iframes cause issues
ImDaBigBoss opened this issue · 2 comments
ImDaBigBoss commented
I have a discord widget on my website, and it creates this error:
document.requestStorageAccess() may not be called in a sandboxed iframe without allow-storage-access-by-user-activation in its sandbox attribute.
sidwebworks commented
@ImDaBigBoss Add allow-storage-access-by-user-activation
to the iframe's sandbox attribute
ImDaBigBoss commented
Thank you!