Skip to content

Commit 2f56174

Browse files
Update user-agent string to Firefox v115
1 parent fbf612c commit 2f56174

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

β€Žaria2.confβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ split=15
88
max-connection-per-server=15
99
max-concurrent-downloads=15
1010
file-allocation=falloc
11-
user-agent=Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0
11+
user-agent=Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0

β€Žcurlrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
user-agent = "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0"
1+
user-agent = "Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0"
22

33
retry = 5
44
retry-delay = 5

β€Žlftprcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
debug 3
22

33
set dns:order "inet inet6"
4-
set http:user-agent "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0"
4+
set http:user-agent "Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0"

β€Žw3mconfigβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ image_color green
99
anchor_color cyan
1010
basic_color terminal
1111
color 1
12-
user_agent Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0
12+
user_agent Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0

β€Žwgetrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ no_parent = on
33
recursive = off
44
timestamping = on
55
adjust_extension = on
6-
user_agent = Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0
6+
user_agent = Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0
77

88
tries = 5
99
timeout = 30

0 commit comments

Comments
Β (0)