-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Cloudflare protection against overloaded pages returns a 200 page with a refresh: 20
. The content is "useless" and not interesting for comparison.
Describe the solution you'd like
Error out when a refresh header is present in the response. Some flag might allow sites with a refresh header. But for the default it might be a good idea to ignore them.
Describe alternatives you've considered
Additional context
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Refresh
HTTP/3 200
date: Fri, 21 Feb 2025 14:27:02 GMT
content-type: text/html; charset=utf-8
refresh: 20
priority: u=0,i
vary: Accept-Encoding
server: cloudflare
cf-ray: 91576a36caf862b8-HAM
content-encoding: br
alt-svc: h3=":443"; ma=86400
server-timing: cfExtPri
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request