Skip to content

Commit

Permalink
Open up iframe options to play well with code-server reloads (#8854)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykay authored Nov 22, 2024
1 parent 132efd0 commit 3af23e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/showroom/templates/service_web1/tab_web1.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<iframe
id="web1"
src="{{ showroom_tab_web1_url }}"
sandbox="allow-scripts allow-same-origin"
sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-modals allow-downloads"
allow="fullscreen"
referrerpolicy="no-referrer"
width="100%"
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/showroom/templates/service_web2/tab_web2.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<iframe
id="web2"
src="{{ showroom_tab_web2_url }}"
sandbox="allow-scripts allow-same-origin"
sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-modals allow-downloads"
allow="fullscreen"
referrerpolicy="no-referrer"
width="100%"
Expand Down

0 comments on commit 3af23e0

Please sign in to comment.