Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

"Operation is insecure" in Nightly #5396

Open
jscher2000 opened this issue Oct 6, 2019 · 0 comments
Open

"Operation is insecure" in Nightly #5396

jscher2000 opened this issue Oct 6, 2019 · 0 comments

Comments

@jscher2000
Copy link

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/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant