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:
Dirk Wetter
2020-01-13 23:11:59 +01:00
parent 89275f7ea9
commit 56e6fa4bb7
2 changed files with 33 additions and 33 deletions

View File

@ -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)