Skip to content

Commit 26bc8b5

Browse files
committed
Add extra CSP rules
1 parent 0b59dd6 commit 26bc8b5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/content/docs/ext-dev/manifest.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ This is an example manifest, with every value filled in:
5151

5252
// extra URLs to allow/block
5353
"cors": ["https://example.com"],
54-
"blocked": ["https://example.com"]
54+
"blocked": ["https://example.com"],
55+
56+
// extra CSP rules
57+
"csp": {
58+
"frame-src": ["https://example.com"]
59+
}
5560
}
5661
```
5762

0 commit comments

Comments
 (0)