mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-24 05:05:50 +08:00
fix: add frame CSP to extension manifest
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user