From 8f1cd39abe963927e391df7d35296f2fc6d2529f Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 23 Jun 2017 10:32:10 +0530 Subject: [PATCH] add rawgit.com to cdn whitelist. fixes #151 --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index d1607a5..4a2e788 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -10,7 +10,7 @@ "", "downloads" ], - "content_security_policy": "script-src 'self' filesystem: http://localhost:* https://localhost:* https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://www.google-analytics.com 'unsafe-eval'; object-src 'self'", + "content_security_policy": "script-src 'self' filesystem: http://localhost:* https://localhost:* https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true