ruffle/core
Kamil Jarosz cbb1af7825 core: Use proper sandbox type per SWF
It's the first step of implementing the security sandbox and its
filesystem/network separation policy.
Before that Ruffle assigned `localTrusted` sandbox type for
all movies except web, where `remote` was used.
The sandbox type also was assigned to the player,
and not SWFs as it should.
This patch does not introduce any sandbox policies based
on the sandbox type, just the proper sandbox type detection.
It is also not possible to specify trusted movies,
and AIR applications don't use the `application` type yet.
2024-09-13 17:30:31 +02:00
..
assets chore: Update translations from Crowdin 2024-09-06 09:02:25 +02:00
build_playerglobal core: Fix failing doctests 2024-09-04 22:28:12 +02:00
macros chore: Fix clippy errors on beta 2024-09-05 08:14:14 +02:00
src core: Use proper sandbox type per SWF 2024-09-13 17:30:31 +02:00
Cargo.toml chore: Bump `jpegxr`, `coreaudio-sys` and `bindgen` dependencies 2024-09-12 16:48:52 +02:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00