@cryptotaxi247 / infra-1 / commits / 30986904

hydra-proxy: update user-agent ban list

Closes: #670

Martin Weinelt committed Apr 30, 2025 at 23:35 UTC 309869041d7a8aee77bb85eba81737e57b280103
1 file changed +3 -2
build/hydra-proxy.nix
+3 -2
@@ -13,10 +13,11 @@ let
13 "iPad\\sOS\\s"
14 "iPhone\\sOS\\s[23456789]"
15 "Opera/[89]"
16 + # Chrome 134+
17 "(Chrome|CriOS)/(\\d\\d?\\.|1[012]|13[01234])"
17 - "(Firefox|FxiOS)/(\\d\\d?\\.|1[012]|13[0123456]\\.)"
18 + # Firefox ESR 128 and Firefox 137+
19 + "(Firefox|FxiOS)/(\\d\\d?\\.|1[01]|2[012345679]|13[0123456]\\.)"
20 "PPC\\sMac\\sOS"
19 - "Safari/53"
21 "Windows\\sCE"
22 "Windows\\s95"
23 "Windows\\s98"