-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translation tag displayed when using multiple referrer-policy values #1665
Comments
Very interesting how this crashes with github.com, and when it does not: $ curl https://github.com/ -sSfI --http1.1 | grep -i referrer
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin Isn't this plain invalid? Related: |
@bwbroersma in your example there is no finding and therefore no translation tag. See for example: |
Check, to conclude: the ✅ Referrer-Policy |
See: https://internet.nl/site/github.com/3159118/#control-panel-30
Multiple referrer-policy values is valid: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy#specify_a_fallback_policy
The text was updated successfully, but these errors were encountered: