Skip to content

Commit

Permalink
add: fix supprted iframe allowlist options
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Nov 6, 2024
1 parent 1bf5861 commit 77657bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/lab/experiment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export const Experiment: FC<IExperiment> = (experiment) => {
}}
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
title={experiment.name}
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking; download; fullscreen;"
allow="accelerometer; camera; encrypted-media; geolocation; gyroscope; microphone; payment; usb; xr-spatial-tracking"
sandbox="allow-forms allow-downloads allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
<div className="mt-3 flex justify-end">
Expand Down

0 comments on commit 77657bb

Please sign in to comment.