( ipPrivacy: FreeModeIpPrivacy | null | undefined, )
| 133 | ]) |
| 134 | |
| 135 | export function hasHardBlockedPrivacySignal( |
| 136 | ipPrivacy: FreeModeIpPrivacy | null | undefined, |
| 137 | ): boolean { |
| 138 | return ipPrivacy?.signals.some(isFreebuffHardBlockedPrivacySignal) ?? false |
| 139 | } |
| 140 | |
| 141 | export function shouldHardBlockFreeModeAccess( |
| 142 | countryAccess: Pick< |
no outgoing calls
no test coverage detected