Parcourir la source

Remove whitespaces

pull/3011/head
Matheus Felipe il y a 2 ans
Parent
révision
8ac60e31aa
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: AA785C523274872F
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      scripts/validate/links.py

+ 2
- 2
scripts/validate/links.py Voir le fichier

@@ -91,14 +91,14 @@ def get_host_from_link(link: str) -> str:

def has_cloudflare_protection(resp: Response) -> bool:
"""Checks if there is any cloudflare protection in the response.
Cloudflare implements multiple network protections on a given link,
this script tries to detect if any of them exist in the response from request.

Common protections have the following HTTP code as a response:
- 403: When host header is missing or incorrect (and more)
- 503: When DDOS protection exists
See more about it at:
- https://support.cloudflare.com/hc/en-us/articles/115003014512-4xx-Client-Error
- https://support.cloudflare.com/hc/en-us/articles/115003011431-Troubleshooting-Cloudflare-5XX-errors


Chargement…
Annuler
Enregistrer