Add allow-top-navigation-by-user-activation to glitch embed iframe (#825)
This commit is contained in:
parent
a39b865b3e
commit
85f0f61d35
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue