New issue
Advanced search Search tips

Issue 608642 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

the check for private scripts in ScriptControlller::canExecuteScripts is probably wrong

Project Member Reported by jochen@chromium.org, May 3 2016

Issue description

if 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
 
Owner: adithyas@chromium.org
Status: Assigned (was: Untriaged)
adithyas@, is this fixed by https://chromium.googlesource.com/chromium/src/+/7b2c60e1df2e57cec4407b975b998af213f29c50? If so, mark as Fixed or Obsolete.
Status: Fixed (was: Assigned)
This is fixed now that we don't have private scripts.

Sign in to add a comment