mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +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',
 | 
							'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': [],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue