1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-22 11:45:59 +01:00

Update host permission to all urls (#8831)

Discussions on this permission here: https://github.com/bitwarden/clients/pull/5985
This commit is contained in:
Matt Gibson 2024-04-19 13:23:42 -04:00 committed by GitHub
parent ddee74fdee
commit d55d240b18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@
"offscreen" "offscreen"
], ],
"optional_permissions": ["nativeMessaging", "privacy"], "optional_permissions": ["nativeMessaging", "privacy"],
"host_permissions": ["*://*/*"], "host_permissions": ["<all_urls>"],
"content_security_policy": { "content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'", "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self'" "sandbox": "sandbox allow-scripts; script-src 'self'"