-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSP: Remove 'plugin-types' directive
The Content Security Policy directive 'plugin-types' is being removed by the specification (w3c/webappsec-csp#456). This CL removes the code parsing and checking the 'plugin-types' directive from Blink and from the services/network CSP parser. All WP tests for plugin-types are removed, too. When parsing a plugin-types directive, we display a console error message informing that the directive has been removed and that object-src can be used instead. Bug: 1168001 Change-Id: I61420677a0f11f8daf46c473e578d66c932751d1 Cq-Do-Not-Cancel-Tryjobs: true
- Loading branch information
1 parent
b6d3b75
commit 0a2d575
Showing
9 changed files
with
7 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
content-security-policy/plugin-types/plugintypes-empty.sub.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
content-security-policy/plugin-types/plugintypes-mismatched-data.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
content-security-policy/plugin-types/plugintypes-mismatched-url.html
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
content-security-policy/plugin-types/plugintypes-notype-data.html
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
content-security-policy/plugin-types/plugintypes-notype-url.html
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
content-security-policy/plugin-types/plugintypes-nourl-allowed.html
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
content-security-policy/plugin-types/plugintypes-nourl-allowed.html.sub.headers
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
content-security-policy/plugin-types/plugintypes-nourl-blocked.html
This file was deleted.
Oops, something went wrong.