mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-29 01:56:58 +00:00
Disable networking
This commit is contained in:
parent
715a8c8ecb
commit
f258b074b7
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ async function loadRuffle() {
|
|||
'quality': 'high',
|
||||
'splashScreen': false,
|
||||
'preferredRenderer': null,
|
||||
'openUrlMode': 'allow',
|
||||
'allowNetworking': 'all',
|
||||
'openUrlMode': 'deny',
|
||||
'allowNetworking': 'none',
|
||||
'favorFlash': true,
|
||||
'socketProxy': [],
|
||||
'fontSources': [],
|
||||
|
|
Loading…
Add table
Reference in a new issue