This repository was archived by the owner on Nov 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ connect_timeout = 10
3434read_timeout = 15
3535redirect_depth = 10
3636threads = 10
37- #user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1
37+ # user_agent should be that of the latest ESR version on which TBB is based on.
38+ # https://blog.torproject.org/browser-fingerprinting-introduction-and-challenges-ahead
39+ #user_agent = Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
3840#curl_verbose = true
3941#ssl_version = TLSv1
4042fetch_in_subprocess = true
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ skipfield = 1
1515basedir = test/rules/platform_certs
1616
1717[http]
18- user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
18+ # user_agent should be that of the latest ESR version on which TBB is based on.
19+ # https://blog.torproject.org/browser-fingerprinting-introduction-and-challenges-ahead
20+ user_agent = Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
1921# Don't bother doing HTTP, we are just checking coverage and want it to be fast.
2022enabled = false
2123connect_timeout = 20
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ skipfield = 2
1616basedir = test/rules/platform_certs
1717
1818[http]
19- user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
19+ # user_agent should be that of the latest ESR version on which TBB is based on.
20+ # https://blog.torproject.org/browser-fingerprinting-introduction-and-challenges-ahead
21+ user_agent = Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
2022enabled = true
2123connect_timeout = 20
2224read_timeout = 30
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ check_target_validity = true
1313basedir = test/rules/platform_certs
1414
1515[http]
16- user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
16+ # user_agent should be that of the latest ESR version on which TBB is based on.
17+ # https://blog.torproject.org/browser-fingerprinting-introduction-and-challenges-ahead
18+ user_agent = Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
1719enabled = true
1820connect_timeout = 20
1921read_timeout = 30
You can’t perform that action at this time.
0 commit comments