Chromium Code Reviews
DescriptionApply content-security-policy to chrome://plugins page. This involves
converting all inline javascript to external .js files, since CSP can't
determine whether inline script is legitimate or an XSS.
We move the jstemplate_compiled.js file to the share resources directory,
since several WEBUI components will need this, and update the compile.py
script that produces it to write to this new location.
We move the javascript out of plugins.html to plugins.js; note that the
sections at line 130 and line 251 are new.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87358
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #
Total comments: 2
Patch Set 4 : '' #
Total comments: 3
Patch Set 5 : '' #Patch Set 6 : '' #Messages
Total messages: 15 (0 generated)
|