diff --git a/main.py b/main.py index e23f0f4..d6496c8 100644 --- a/main.py +++ b/main.py @@ -318,7 +318,7 @@ def sync_verificacion_ktip(ioc: str, tipo_ioc: str) -> bool: if data.get('Zone') == 'Green': if tipo_ioc in tipos_ktip['url']: resp_temp = requests.get(ioc, verify=False) - if resp_temp.status_code == 200: + if resp_temp.status_code == 200 or resp_temp.status_code == 403: content = resp_temp.text.lower() if 'html' in content: return False