forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IsolatedWorldCSP: Don't expose capability to specify CSP for isolated…
… worlds. Don't expose the capability to specify an isolated world CSP to manifest V3 extensions. Instead use a strict default CSP which disallows remotely hosted code. We might look at adding this back again if we see there's demand for this and are confident at the robustness of the IsolatedWorldCSP implementation. BUG=896041 Change-Id: I7a314c94c03651e90ff76437478d4f3982bf79cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439421 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#815367}
- Loading branch information
Karandeep Bhatia
authored and
Commit Bot
committed
Oct 8, 2020
1 parent
afa2f4f
commit 345390a
Showing
10 changed files
with
34 additions
and
188 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
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
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
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
6 changes: 0 additions & 6 deletions
6
extensions/test/data/manifest_tests/isolated_world_csp_dictionary_default_v2.json
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
extensions/test/data/manifest_tests/isolated_world_csp_insecure_src.json
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
extensions/test/data/manifest_tests/isolated_world_csp_invalid_type.json
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
extensions/test/data/manifest_tests/isolated_world_csp_missing_src.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
extensions/test/data/manifest_tests/isolated_world_csp_no_dictionary_default_v2.json
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
extensions/test/data/manifest_tests/isolated_world_csp_valid.json
This file was deleted.
Oops, something went wrong.