Skip to content

Commit fe5a572

Browse files
committed
fix templates iframe start
1 parent c9520db commit fe5a572

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/no-worker-fs/python311.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
mozallowfullscreen="true"
109109
allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated"
110110
frameborder="0"
111-
src="index.html"
111+
src="about://"
112112
msallowfullscreen="true"
113113
scrolling="yes"
114114
allowfullscreen="true"

templates/no-worker/pygame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
mozallowfullscreen="true"
110110
allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated"
111111
frameborder="0"
112-
src="index.html"
112+
src="about://"
113113
msallowfullscreen="true"
114114
scrolling="yes"
115115
allowfullscreen="true"

templates/no-worker/python311.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
mozallowfullscreen="true"
107107
allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated"
108108
frameborder="0"
109-
src="index.html"
109+
src="about://"
110110
msallowfullscreen="true"
111111
scrolling="yes"
112112
allowfullscreen="true"

0 commit comments

Comments
 (0)