From b43f8eee5546f7ad2d3d5d5e08f71ff5cf9099de Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Thu, 23 Aug 2018 12:07:42 -0300 Subject: [PATCH] re-allow inline scripts fand style wildcard for dev mode --- app/manifest.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/manifest.dev.json b/app/manifest.dev.json index 20a6c1b3fff2..e336bc814c54 100644 --- a/app/manifest.dev.json +++ b/app/manifest.dev.json @@ -32,6 +32,6 @@ } ], "permissions": [ "contentSettings", "management", "tabs", "storage", "webNavigation", "contextMenus", "*://*/*" ], - "content_security_policy": "default-src 'self'; script-src 'self' http://localhost:3000 https://localhost:3000; connect-src http://localhost:3000 https://localhost:3000; style-src 'unsafe-inline' 'self' blob:; img-src 'self' data:;", + "content_security_policy": "default-src 'self'; script-src 'self' http://localhost:3000 https://localhost:3000 'unsafe-eval'; connect-src http://localhost:3000 https://localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAupOLMy5Fd4dCSOtjcApsAQOnuBdTs+OvBVt/3P93noIrf068x0xXkvxbn+fpigcqfNamiJ5CjGyfx9zAIs7zcHwbxjOw0Uih4SllfgtK+svNTeE0r5atMWE0xR489BvsqNuPSxYJUmW28JqhaSZ4SabYrRx114KcU6ko7hkjyPkjQa3P+chStJjIKYgu5tWBiMJp5QVLelKoM+xkY6S7efvJ8AfajxCViLGyDQPDviGr2D0VvIBob0D1ZmAoTvYOWafcNCaqaejPDybFtuLFX3pZBqfyOCyyzGhucyCmfBXJALKbhjRAqN5glNsUmGhhPK87TuGATQfVuZtenMvXMQIDAQAB" }