Omnibus commited on
Commit
08ba1f8
·
1 Parent(s): 6e7a59c

Update back.html

Browse files
Files changed (1) hide show
  1. back.html +3 -6
back.html CHANGED
@@ -40,12 +40,9 @@ height: 100%;
40
  <iframe
41
  id="myIframe"
42
  frameborder="0"
43
- allowfullscreen="true"
44
- webkitallowfullscreen="true"
45
- mozallowfullscreen="true"
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;