(
countryAccess: Pick<
FreeModeCountryAccess,
'cfCountry'
>,
)
| 139 | } |
| 140 | |
| 141 | export function shouldHardBlockFreeModeAccess( |
| 142 | countryAccess: Pick< |
| 143 | FreeModeCountryAccess, |
| 144 | 'cfCountry' |
| 145 | >, |
| 146 | ): boolean { |
| 147 | return countryAccess.cfCountry === CLOUDFLARE_TOR_COUNTRY |
| 148 | } |
| 149 | |
| 150 | export function getFreeModePrivacyDecision( |
| 151 | countryAccess: Pick< |
no outgoing calls
no test coverage detected