-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Add page types for HTTP #26095
Add page types for HTTP #26095
Conversation
files/en-us/web/http/cors/errors/corsmissingallowheaderfrompreflight/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/cors/errors/corsnotsupportingcredentials/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/cors/errors/corsnotsupportingcredentials/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/cors/errors/corsmissingallowheaderfrompreflight/index.md
Outdated
Show resolved
Hide resolved
title: Firefox user agent string reference | ||
slug: Web/HTTP/Headers/User-Agent/Firefox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where should this page go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(this question doesn't have to block this PR)
…tp-page-types * origin/add-http-page-types: More cleanup Cleanup
@@ -1,6 +1,7 @@ | |||
--- | |||
title: CSP errors and warnings (Content Security Policy) | |||
slug: Web/HTTP/CSP/Errors | |||
page-type: guide |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this one be a landing page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so: there is no "http-csp-error" category of page for this page to provide an index of.
(This is not a great page: I assume the error messages quoted vary from one browser to another, and it doesn't actually explain what you might be able to do about any of the errors listed. 🐰 🕳️ )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Part of openwebdocs/project#91.
Applies page types as defined in #22761, except:
http-content-security-policy-directive
->http-csp-directive
http-feature-policy-directive
->http-permissions-policy-directive