Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/manifest.json.tmpl

Issue 29798588: [experiment] Use patch #29798570 in buildtools Base URL: https://hg.adblockplus.org/buildtools/
Patch Set: Created June 4, 2018, 12:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/manifest.json.tmpl
===================================================================
--- a/templates/manifest.json.tmpl
+++ b/templates/manifest.json.tmpl
@@ -90,10 +90,12 @@
"options_page": {{metadata.get('general', 'options')|json}},
{%- endif %}
{%- endif %}
{%- if contentScripts %}
"content_scripts": {{contentScripts|json}},
{%- endif %}
+ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
+
"_dummy": false
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld