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