Issue metadata
Sign in to add a comment
|
ChromeVox gets blocked on sites using Content Security Policy |
||||||||||||||||||||||
Issue description[See http://b/67672960 for reference] Copy of the original report: """ ChromeVox uses "javascript:" URIs[1] which get blocked by CSP in many Google applications (Gmail, Photos, ...). Please refactor to use proper Chrome extension APIs like executeScript[2] [1] window.location.href = 'javascript:cvox.Api.internalEnable();'; https://cs.chromium.org/chromium/src/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js?q=javascript:+file:%5Esrc/chrome/browser/resources/chromeos/chromevox/chromevox/+package:%5Echromium$&l=32 [2] https://developer.chrome.com/extensions/tabs#method-executeScript """
,
Oct 12 2017
It's quite possible that there is no change in behavior -- this bug is based on the data we get from CSP violation reports sent to our reporting endpoint, so it's difficult to say if blocking the script caused any functionality to break. I'm fine with bumping this down in priority or considering it a FR.
,
Jan 30 2018
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by dmazz...@chromium.org
, Oct 12 2017