caniuse icon indicating copy to clipboard operation
caniuse copied to clipboard

Add support table for CSP 3.0 compliance

Open csabakabai opened this issue 10 years ago • 10 comments

First public version of CSP 3.0 is published at https://www.w3.org/TR/CSP3/ Would you please add a browser support table to that?

Thanks and regards, Csaba

csabakabai avatar Feb 19 '16 14:02 csabakabai

  • https://webkit.org/status/#specification-content-security-policy-level-3

cvrebert avatar Sep 25 '16 07:09 cvrebert

Firefox status

csabakabai avatar Sep 28 '16 15:09 csabakabai

  • https://developer.microsoft.com/en-us/microsoft-edge/platform/status/csplevel3strictdynamicsourceexpression/

cvrebert avatar Mar 25 '17 01:03 cvrebert

https://www.chromestatus.com/features#csp3

cvrebert avatar Nov 28 '17 01:11 cvrebert

+1

Malvoz avatar Dec 14 '17 21:12 Malvoz

+1 and in the security category please.

JaneX8 avatar Dec 19 '17 10:12 JaneX8

+1 security header category!

BreakfastSerial avatar Jan 24 '18 09:01 BreakfastSerial

+1 this would be super useful

Zemnmez avatar Mar 22 '19 00:03 Zemnmez

csp support status as of now

The percentages above reflect % passing CSP tests in Web Platform tests. (these tests are ALL csp, not just csp level 3)

image

since csp L3 has a bunch of new stuff, probably best to look to see the status of each feature/directive you're interested in. The MDN compat table looks pretty comprehensive.

paulirish avatar Feb 26 '21 22:02 paulirish

It may be more efficient to track individual changes from CSP2: https://www.w3.org/TR/CSP3/#changes-from-level-2

And, indeed, many of these changes are now covered by MDN data: https://caniuse.com/mdn-http_headers_csp_content-security-policy_worker-src https://caniuse.com/mdn-http_headers_csp_content-security-policy_manifest-src https://caniuse.com/mdn-http_headers_csp_content-security-policy_report-to etc.

GPHemsley avatar Jan 17 '22 03:01 GPHemsley