remove user_agent
This commit is contained in:
		
							parent
							
								
									2fed86ac36
								
							
						
					
					
						commit
						be7b3f7f3c
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -64,8 +64,7 @@ namespace Webpin.Widgets {
 | 
			
		|||
 | 
			
		||||
            web_view = new WebKit.WebView.with_context (WebKit.WebContext.get_default ()) {
 | 
			
		||||
                settings = new WebKit.Settings () {
 | 
			
		||||
                    enable_webgl = true,
 | 
			
		||||
                    user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36"
 | 
			
		||||
                    enable_webgl = true
 | 
			
		||||
                }
 | 
			
		||||
            };
 | 
			
		||||
            web_view.load_uri (desktop_file.url);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue