1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00: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

View File

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