mirror of
				https://codeberg.org/crimeflare/cloudflare-tor
				synced 2025-11-04 02:17:00 +01:00 
			
		
		
		
	bg.js
This commit is contained in:
		
							parent
							
								
									ee95358eba
								
							
						
					
					
						commit
						44b2183135
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@ chrome.webRequest.onResponseStarted.addListener(i => {
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		let iServer = '?';
 | 
							let iServer = '?';
 | 
				
			||||||
		i.responseHeaders.forEach(x => {
 | 
							i.responseHeaders.forEach(x => {
 | 
				
			||||||
			if (x.name == 'Server' || x.name == 'server') {
 | 
								if (x.name.toLowerCase() == 'server') {
 | 
				
			||||||
				iServer = x.value;
 | 
									iServer = x.value;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue