mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Remove unsafe-inline from Content Security Policy in manifest.json (#1873)
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
"optional_permissions": [
|
"optional_permissions": [
|
||||||
"nativeMessaging"
|
"nativeMessaging"
|
||||||
],
|
],
|
||||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
"content_security_policy": "script-src 'self'; object-src 'self'",
|
||||||
"commands": {
|
"commands": {
|
||||||
"_execute_browser_action": {
|
"_execute_browser_action": {
|
||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
|
|||||||
Reference in New Issue
Block a user