Skip to content

Commit 3e37cb6

Browse files
committed
devop: lets try interval
1 parent 419ba62 commit 3e37cb6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/extension/src/manifest/manifest.safari.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ const safariManifest = {
1717
default_popup: 'action.html',
1818
},
1919
host_permissions: ['http://*/*', 'https://*/*'],
20+
content_security_policy: {
21+
extension_pages:
22+
"script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'; object-src 'self'",
23+
},
2024
permissions: [
2125
'storage',
2226
'unlimitedStorage',

0 commit comments

Comments
 (0)