screenshots icon indicating copy to clipboard operation
screenshots copied to clipboard

"Operation is insecure" in Nightly

Open jscher2000 opened this issue 5 years ago • 0 comments

Quick-and-dirty patch on Bugzilla here --

https://bugzilla.mozilla.org/show_bug.cgi?id=1585588#c6

-        const parsedDom = (new DOMParser()).parseFromString(
+        const parsedDom = (new iframe.contentWindow.DOMParser()).parseFromString(

-- likely should go here:

https://github.com/mozilla-services/screenshots/blob/master/webextension/onboarding/slides.js#L43

Related discussion:

https://www.reddit.com/r/firefox/comments/ddjol2/firefox_screenshots_went_haywire/

jscher2000 avatar Oct 06 '19 21:10 jscher2000