[Feature] Consider switching to whitelist of available globals in js snippets #2122
Labels
Enhancement
New feature or request
Frontend
This label marks the issue or pull request to reference client code
Summary
Switch to a white list of things a dev is allowed to write within their snippets.
Motivation
Right now we blacklist things we do not want people to have access to during eval.
From a security perspective, it's a race against stable and experimental browser features that are available and are made available within the webworker.
Additional Context
Check entire list of features available today
The text was updated successfully, but these errors were encountered: