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
1 changed files with 1 additions and 1 deletions

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'"