Disable networking

This commit is contained in:
CenTdemeern1 2024-12-07 17:36:14 +01:00
parent 715a8c8ecb
commit f258b074b7

View file

@ -135,8 +135,8 @@ async function loadRuffle() {
'quality': 'high', 'quality': 'high',
'splashScreen': false, 'splashScreen': false,
'preferredRenderer': null, 'preferredRenderer': null,
'openUrlMode': 'allow', 'openUrlMode': 'deny',
'allowNetworking': 'all', 'allowNetworking': 'none',
'favorFlash': true, 'favorFlash': true,
'socketProxy': [], 'socketProxy': [],
'fontSources': [], 'fontSources': [],