Skip to content
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

Update CSP meta for Chrome #6998

Closed
larowlan opened this issue Oct 21, 2020 · 6 comments
Closed

Update CSP meta for Chrome #6998

larowlan opened this issue Oct 21, 2020 · 6 comments
Labels
data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP

Comments

@larowlan
Copy link

In my testing Chrome respects CSP rules set via the meta field.
https://caniuse.com/mdn-http_headers_csp_content-security-policy_meta-element-support

Lists it as unknown.

@sideshowbarker
Copy link
Collaborator

sideshowbarker commented Oct 21, 2020

That https://caniuse.com/mdn-http_headers_csp_content-security-policy_meta-element-support browser-version data doesn’t seem to match what’s in BCD:

"meta-element-support": {
"__compat": {
"description": "<code>&lt;meta&gt;</code> element support",
"support": {
"chrome": {
"version_added": true
},

So, seems like there might be a caniuse.com bug in how it’s consuming the BCD data for that feature. @Fyrd, any clues?

@larowlan
Copy link
Author

Oh, awesome - should I close this?

@sideshowbarker
Copy link
Collaborator

Oh, awesome - should I close this?

Nah, let’s keep it open for now — because I guess it’s possible the data for this feature has some quirk that’s breaking how it’s getting consumed (though looking through it, I can’t see anything obvious).

But if you can also open an issue for this at https://github.com/Fyrd/caniuse/issues, that would be great — and post a link here. Then if @Fyrd weighs in here to confirm it’s actually a caniuse.com bug, we can close this then.

@Fyrd
Copy link
Contributor

Fyrd commented Oct 21, 2020

Yup, it was a dumb caniuse bug. Should be fixed now.

@sideshowbarker
Copy link
Collaborator

Should be fixed now.

Super — thanks much

@larowlan
Copy link
Author

🤝 nice work - thanks everyone

@queengooborg queengooborg added the data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP label Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP
4 participants