1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-30 13:05:28 +01:00

Remove unsafe-inline from Content Security Policy in manifest.json (#1873)

This commit is contained in:
Xandre V 2021-08-05 02:24:58 -05:00 committed by GitHub
parent 1b12a278cf
commit 090e9f35ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@
"optional_permissions": [
"nativeMessaging"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_security_policy": "script-src 'self'; object-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {