Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/entrypoint/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<iframe
src="{{APPLICATION_URL}}"
id="frame"
sandbox="allow-scripts allow-popups allow-same-origin"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-scripts allow-popups allow-same-origin allow-popups-to-escape-sandbox allow-top-navigation allow-forms allow-modals allow-presentation allow-downloads allow-pointer-lock"
></iframe>
</body>

Expand Down