Skip to content

Commit 8eb7290

Browse files
authored
Merge branch 'develop' into feature/tos-pp
2 parents 85b1b1c + a228eb9 commit 8eb7290

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

client/modules/IDE/components/PreviewFrame.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ function PreviewFrame({ fullView }) {
2424
const frameUrl = previewUrl;
2525
const sandboxAttributes = `allow-forms allow-modals allow-pointer-lock allow-popups
2626
allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads`;
27-
const allow = `accelerometer; autoplay; camera; encrypted-media; geolocation;
28-
gyroscope; microphone; magnetometer; midi; serial; vr;`;
27+
const allow = `accelerometer; ambient-light-sensor; autoplay; camera; encrypted-media; geolocation; gyroscope; \
28+
hid; microphone; magnetometer; midi; payment; usb; serial; vr; xr-spatial-tracking`;
29+
2930
return (
3031
<Frame
3132
title="sketch preview"

developer_docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This folder contains documents intended for developers of the p5.js Web Editor.
44
* [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started!
55
* [Installation](installation.md) - A guide for setting up your development environment
66
* [Development](development.md) - A guide for adding code to the web editor
7+
* [Testing](./testing.md) - A guide for writing and running tests in the codebase
78
* [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request
89
* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application
910
* [Translations Guidelines](translations.md) - Guidelines for translating the application

0 commit comments

Comments
 (0)