We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419ba62 commit 3e37cb6Copy full SHA for 3e37cb6
1 file changed
packages/extension/src/manifest/manifest.safari.ts
@@ -17,6 +17,10 @@ const safariManifest = {
17
default_popup: 'action.html',
18
},
19
host_permissions: ['http://*/*', 'https://*/*'],
20
+ content_security_policy: {
21
+ extension_pages:
22
+ "script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'; object-src 'self'",
23
+ },
24
permissions: [
25
'storage',
26
'unlimitedStorage',
0 commit comments