Added CSP
This commit is contained in:
parent
12e8c940b5
commit
0c07479fa9
1 changed files with 4 additions and 1 deletions
|
@ -45,5 +45,8 @@
|
||||||
],
|
],
|
||||||
"host_permissions": [
|
"host_permissions": [
|
||||||
"*://*/*"
|
"*://*/*"
|
||||||
]
|
],
|
||||||
|
"content_security_policy": {
|
||||||
|
"extension_pages": "script-src 'self'; object-src 'none'; connect-src 'self' http: https:"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue