mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Update MV3 CSP to fix build (#15833)
This commit is contained in:
parent
0026966c9e
commit
d0adb5f697
@ -1,6 +1,6 @@
|
||||
{
|
||||
"content_security_policy": {
|
||||
"extension_pages": "default-src 'self'; frame-ancestors 'none'"
|
||||
"extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
|
||||
},
|
||||
"externally_connectable": {
|
||||
"matches": ["https://metamask.io/*"],
|
||||
|
Loading…
Reference in New Issue
Block a user