mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-12-19 06:50:08 +00:00
Always use ruffle even if flash is installed
This is for the sake of safety
This commit is contained in:
parent
f258b074b7
commit
15ecc8f86d
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ async function loadRuffle() {
|
||||||
'preferredRenderer': null,
|
'preferredRenderer': null,
|
||||||
'openUrlMode': 'deny',
|
'openUrlMode': 'deny',
|
||||||
'allowNetworking': 'none',
|
'allowNetworking': 'none',
|
||||||
'favorFlash': true,
|
'favorFlash': false,
|
||||||
'socketProxy': [],
|
'socketProxy': [],
|
||||||
'fontSources': [],
|
'fontSources': [],
|
||||||
'defaultFonts': {},
|
'defaultFonts': {},
|
||||||
|
|
Loading…
Reference in a new issue