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:
parent
ddee74fdee
commit
d55d240b18
@ -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'"
|
||||||
|
Loading…
Reference in New Issue
Block a user