Allow data: scheme for images in CSP (#185)

This commit is contained in:
Maxim Baz
2019-10-19 22:40:48 +02:00
committed by Erayd
parent cbab38f324
commit 250edc7ebc
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
"http://*/*",
"https://*/*"
],
"content_security_policy": "default-src 'none'; font-src 'self'; img-src 'self'; script-src 'self'; style-src 'self'",
"content_security_policy": "default-src 'none'; font-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {

View File

@@ -37,7 +37,7 @@
"http://*/*",
"https://*/*"
],
"content_security_policy": "default-src 'none'; font-src 'self'; img-src 'self'; script-src 'self'; style-src 'self'",
"content_security_policy": "default-src 'none'; font-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'self'",
"applications": {
"gecko": {
"id": "browserpass@maximbaz.com",