the check for private scripts in ScriptControlller::canExecuteScripts is probably wrong |
||
Issue descriptionif a private script was to insert a <script> element, and js execution is disabled, the <script> element still should get blocked. Currently, canExecuteScripts would return true, as the current context belongs to a private script
,
Jan 4 2017
This is fixed now that we don't have private scripts. |
||
►
Sign in to add a comment |
||
Comment 1 by jbroman@chromium.org
, Jan 4 2017Status: Assigned (was: Untriaged)