1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-23 23:27:47 +01:00

csp adapted to mv3 (#1274)

This commit is contained in:
nobody 2022-12-29 07:25:53 +01:00
parent 2d775730fc
commit de6b494013
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -82,7 +82,9 @@
"matches": ["<all_urls>"]
}],
"content_security_policy": "default-src 'self'; img-src 'self' data:",
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src 'self' data:"
},
"commands": { "_execute_browser_action": {} }