mirror of
				https://github.com/TeamPiped/piped-proxy.git
				synced 2024-08-14 23:50:45 +00:00 
			
		
		
		
	Bump UA as firefox froze them.
This commit is contained in:
		
							parent
							
								
									601ac58178
								
							
						
					
					
						commit
						19bd7701ec
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -40,7 +40,7 @@ static RE_DASH_MANIFEST: Lazy<Regex> =
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static CLIENT: Lazy<Client> = Lazy::new(|| {
 | 
					static CLIENT: Lazy<Client> = Lazy::new(|| {
 | 
				
			||||||
    let builder = Client::builder()
 | 
					    let builder = Client::builder()
 | 
				
			||||||
        .user_agent("Mozilla/5.0 (Windows NT 10.0; rv:113.0) Gecko/20100101 Firefox/113.0");
 | 
					        .user_agent("Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if env::var("IPV4_ONLY").is_ok() {
 | 
					    if env::var("IPV4_ONLY").is_ok() {
 | 
				
			||||||
        builder
 | 
					        builder
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue