You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can, I’ll note, make this square in Chrome as of January by setting iframe_attrs: [credentialless: "true"] as part of a given Endpoint’s :live_reload configuration, but that’s only true in Chrome. This seems to me like the more back-of-the-fence fix.
The text was updated successfully, but these errors were encountered:
This is a little niche, but I think maybe this:
phoenix_live_reload/lib/phoenix_live_reload/live_reloader.ex
Line 128 in 43b923b
… should be expanded to:
… in order to allow for the target to set a
Cross-Origin-Embedder-Policy
ofrequire-corp
.You can, I’ll note, make this square in Chrome as of January by setting
iframe_attrs: [credentialless: "true"]
as part of a given Endpoint’s:live_reload
configuration, but that’s only true in Chrome. This seems to me like the more back-of-the-fence fix.The text was updated successfully, but these errors were encountered: