chore: align clipboard blink::web_pref::WebPreferences with upstream (#45277)
		
	chore: align clipboard blink::web_pref::WebPreferences with upstream
This commit is contained in:
		
					parent
					
						
							
								980b68e9cc
							
						
					
				
			
			
				commit
				
					
						0090d171fd
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -405,9 +405,9 @@ void ElectronBrowserClient::OverrideWebkitPrefs(
 | 
			
		|||
  prefs->javascript_enabled = true;
 | 
			
		||||
  prefs->web_security_enabled = true;
 | 
			
		||||
  prefs->plugins_enabled = true;
 | 
			
		||||
  prefs->dom_paste_enabled = true;
 | 
			
		||||
  prefs->dom_paste_enabled = false;
 | 
			
		||||
  prefs->javascript_can_access_clipboard = false;
 | 
			
		||||
  prefs->allow_scripts_to_close_windows = true;
 | 
			
		||||
  prefs->javascript_can_access_clipboard = true;
 | 
			
		||||
  prefs->local_storage_enabled = true;
 | 
			
		||||
  prefs->databases_enabled = true;
 | 
			
		||||
  prefs->allow_universal_access_from_file_urls =
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue