1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

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

This reverts commit 090e9f35ae.
This commit is contained in:
Thomas Rittson 2021-08-19 18:20:38 +10:00 committed by GitHub
parent 05ba96d3d5
commit b850117f52
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'; object-src 'self'",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {