-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(playground): remove code sharing functions (#10)
We decided to remove the save/share functions from the playground since there is a security discussion we should be having first. The problem we are seeing is that the "Run" functionality essentially allows execution of arbitrary code on the user's machine, which is obviously not ideal (basically, XSS as a feature). The two options to implement this would be to lock down the execution environment and to make sure users are aware of potential problems, ideally in combination. But since this takes some time to get right, we disable the feature for now. Co-authored-by: Alex Muramoto <amuramoto@users.noreply.github.com>
- Loading branch information
1 parent
75ac082
commit 4731320
Showing
4 changed files
with
13 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.