Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Document CSP in Manifest V3 #1976

Closed
dotproto opened this issue Jan 18, 2022 · 2 comments
Closed

Document CSP in Manifest V3 #1976

dotproto opened this issue Jan 18, 2022 · 2 comments
Assignees
Labels
bug Something on the site is broken! content extensions Issues related to extensions documentation. P2 A normal priority task. This is the default for most issues.

Comments

@dotproto
Copy link
Contributor

Describe the bug

The extensions documentation does not currently have a good reference page for how content security policies work in Manifest V3 extensions. At the moment the relevant link on the manifest page points to the migration documentation.

Expected behavior

  • Cover the content_security_policy key in manifest.json
  • Describe how CSP works for content scripts
  • Describe how CSP works for sandboxed pages

Additional context

https://source.chromium.org/chromium/chromium/src/+/main:extensions/common/manifest_handlers/csp_info.cc?q=default_isolated_world_csp&ss=chromium

@dotproto dotproto added bug Something on the site is broken! P2 A normal priority task. This is the default for most issues. extensions Issues related to extensions documentation. labels Jan 18, 2022
@dotproto dotproto self-assigned this Jan 18, 2022
@dotproto
Copy link
Contributor Author

Related to #1351.

@devnook devnook added the content label Sep 5, 2022
@AmySteam
Copy link
Collaborator

Fixed in PR #3837

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something on the site is broken! content extensions Issues related to extensions documentation. P2 A normal priority task. This is the default for most issues.
Projects
None yet
Development

No branches or pull requests

4 participants
@dotproto @devnook @AmySteam and others