Add allow-top-navigation-by-user-activation to glitch embed iframe (#825)

This commit is contained in:
Benny Powers 2018-10-05 19:20:16 +03:00 committed by Ben Halpern
parent a39b865b3e
commit 85f0f61d35

View file

@ -12,7 +12,7 @@ class GlitchTag < LiquidTagBase
html = <<-HTML
<div class="glitch-embed-wrap" style="height: 450px; width: 100%;margin: 1em auto 1.3em">
<iframe
sandbox="allow-same-origin allow-scripts allow-forms"
sandbox="allow-same-origin allow-scripts allow-forms allow-top-navigation-by-user-activation"
src="#{@uri}"
alt="#{@id} on glitch"
style="height: 100%; width: 100%; border: 0;margin:0;padding:0"></iframe>