Spaces:
Running
Running
Update back.html
Browse files
back.html
CHANGED
|
@@ -40,12 +40,9 @@ height: 100%;
|
|
| 40 |
<iframe
|
| 41 |
id="myIframe"
|
| 42 |
frameborder="0"
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
oallowfullscreen="true"
|
| 47 |
-
msallowfullscreen="true">
|
| 48 |
-
</iframe>
|
| 49 |
</div>
|
| 50 |
<script>
|
| 51 |
const queryString = window.location.search;
|
|
|
|
| 40 |
<iframe
|
| 41 |
id="myIframe"
|
| 42 |
frameborder="0"
|
| 43 |
+
allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking"
|
| 44 |
+
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"
|
| 45 |
+
></iframe>
|
|
|
|
|
|
|
|
|
|
| 46 |
</div>
|
| 47 |
<script>
|
| 48 |
const queryString = window.location.search;
|