-
Notifications
You must be signed in to change notification settings - Fork 687
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
[Bug] Move obsolete headers in no-html-only-headers
to no-disallowed-headers
#2350
Comments
@antross |
Thanks @Malvoz! We will still have to do something separate for #25 but I think for the rest it should be more straightforward. The biggest problem I see is the documentation and making sure we link to the right sources in each case. |
Almost deserves its own repo >.<, do you have any suggestions going forward documenting this? H5BP will certainly follow the progression per h5bp/server-configs-apache#187. |
That's a possibility. If the list of headers is something other projects would like to consume we could create something like Maybe for starters we could have different entries in the doc by category (obsolete, security, disallowed/frameworks, etc.) and put the details in there with links if applicable. We might have to put less examples that pass/fail for each category as to not make it gigantic. |
Now that I'm looking I also see some of the outdated, experimental headers listed here should probably move to webhint's Disallowed HTTP Headers as they should really no longer be used regardless of resource type (e.g.
X-WebKit-CSP
). I'll open a separate issue for this too.Originally posted by @antross in #2342 (comment)
The text was updated successfully, but these errors were encountered: