Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5514)

Unified Diff: chrome/browser/resources/workers_resources.grd

Issue 7714007: Apply content-security-policy directive to chrome://workers page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/workers_resources.grd
===================================================================
--- chrome/browser/resources/workers_resources.grd (revision 97885)
+++ chrome/browser/resources/workers_resources.grd (working copy)
@@ -17,7 +17,8 @@
</outputs>
<release seq="1">
<includes>
- <include name="IDR_WORKERS_INDEX_HTML" file="workers/index.html" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_WORKERS_INDEX_HTML" file="workers/index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_WORKERS_INDEX_JS" file="workers/workers.js" type="BINDATA" />
</includes>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698