fireship-io/flamethrower

iframes cause issues

ImDaBigBoss opened this issue · 2 comments

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.

@ImDaBigBoss Add allow-storage-access-by-user-activation to the iframe's sandbox attribute

Thank you!