-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Chrome 83 download from sandboxed iframes breaks save() functions #1443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like the iframe is missing the
|
Thanks for reporting! Hopefully this can be fixed by adding the |
This is still an issue. Will the folks at p5js allow downloads? |
[#1443] Add 'allow-downloads' to iframe sandbox
This will be fixed for the next release. |
I ran into this issue today as well. Looks like this missed the June 10th release by a few days. Any idea when the next release might be? I would offer to update the docs for |
@nnja it will be this week! |
@nnja actually I was able to do a release today, so now this is fixed in production 😄 |
I confirmed that it works. Thank you 😄 |
Nature of issue?
Details about the bug:
In Chrome 83, download from sandboxed iframes was removed. This prevents functions such as
image.save()
,saveCanvas()
orsaveFrames()
from working. According to the Chrome status page below, a flag on the embedded iframe is required to allow this:chromestatus.com/feature/5706745674465280
The text was updated successfully, but these errors were encountered: