fix: add frame CSP to extension manifest

This commit is contained in:
Hank Stoever
2020-10-20 06:13:20 -07:00
parent 1b3f37f109
commit 4df09ce88d

View File

@@ -8,7 +8,7 @@
"256": "assets/logo-128@2x.png",
"512": "assets/logo-128@3x.png"
},
"content_security_policy": "script-src 'self'<% DEV_CSR %>; object-src 'self'",
"content_security_policy": "script-src 'self'<% DEV_CSR %>; object-src 'self'; frame-src 'none'",
"permissions": [
"activeTab"
],