Add checks for empty country code and client IP
Ensure the functions checkCountryPolicy
and checkIPsPolicy
handle cases where the countryCode
or clientIP
are empty strings, respectively. This prevents potential issues from unvalidated or missing inputs.