ruffle/web/src
Aaron Hill 4e0dce2efa core: Make SandboxType configurable, and set to 'remote' on web
The Newgrounds API checks `Security.sandboxType` to see if it should
run in debug mode or not (which determines whether or not medals
can actually be unlocked).

For now, desktop continues to use `localTrusted` as the default,
while web now uses `remote`. We might want to make this configurable
at some point, but this should be good enough for now (and better
match Flash's behavior).
2023-02-11 14:44:11 -06:00
..
audio.rs web: Removed unwraps in audio backend 2023-01-10 11:10:46 +01:00
lib.rs core: Make SandboxType configurable, and set to 'remote' on web 2023-02-11 14:44:11 -06:00
log_adapter.rs web: Switch from log to tracing 2023-01-06 04:25:22 +01:00
navigator.rs web: Removed unwraps in navigator backend 2023-01-10 11:10:46 +01:00
storage.rs chore(deps): Update base64 from 0.20.0 to 0.21.0 2023-01-10 16:06:10 +01:00
ui.rs web: Switch from log to tracing 2023-01-06 04:25:22 +01:00