-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1690981 [wpt PR 27500] - CSP: Remove 'plugin-types' directive, a=…
…testonly Automatic update from web-platform-tests 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643282 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#851760} -- wpt-commits: 8959b13684b68186781340c044d9c1b62a388358 wpt-pr: 27500
- Loading branch information
1 parent
d5c8ff4
commit b07391d
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
testing/web-platform/tests/content-security-policy/plugin-types/plugintypes-empty.sub.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
.../web-platform/tests/content-security-policy/plugin-types/plugintypes-mismatched-data.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...g/web-platform/tests/content-security-policy/plugin-types/plugintypes-mismatched-url.html
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
testing/web-platform/tests/content-security-policy/plugin-types/plugintypes-notype-data.html
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
testing/web-platform/tests/content-security-policy/plugin-types/plugintypes-notype-url.html
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...ng/web-platform/tests/content-security-policy/plugin-types/plugintypes-nourl-allowed.html
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...orm/tests/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
...ng/web-platform/tests/content-security-policy/plugin-types/plugintypes-nourl-blocked.html
This file was deleted.
Oops, something went wrong.