mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Remove FTP as a "service" from Firefox' client simulation
... as firefox never supported FTP over TLS or SSL, see https://bugzilla.mozilla.org/show_bug.cgi?id=85464 In general browsers tend to remove noaways cleartext FTP from browsers.
This commit is contained in:
		| @@ -171,7 +171,7 @@ | ||||
|      lowest_protocol+=("0x0301") | ||||
|      highest_protocol+=("0x0304") | ||||
|      alpn+=("h2,http/1.1") | ||||
|      service+=("HTTP,FTP") | ||||
|      service+=("HTTP") | ||||
|      minDhBits+=(1023) | ||||
|      maxDhBits+=(-1) | ||||
|      minRsaBits+=(-1) | ||||
| @@ -193,7 +193,7 @@ | ||||
|      lowest_protocol+=("0x0301") | ||||
|      highest_protocol+=("0x0304") | ||||
|      alpn+=("h2,http/1.1") | ||||
|      service+=("HTTP,FTP") | ||||
|      service+=("HTTP") | ||||
|      minDhBits+=(1023) | ||||
|      maxDhBits+=(-1) | ||||
|      minRsaBits+=(-1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter