Skip to content

Commit 595038c

Browse files
committed
update user agent to newer version of Firefox
1 parent db7e40c commit 595038c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const ASCII: &'static str = " \
5858
const CACHE_ASSET_FILE_SIZE_THRESHOLD: usize = 1024 * 50; // Minimum file size for on-disk caching (in bytes)
5959
const DEFAULT_NETWORK_TIMEOUT: u64 = 120;
6060
const DEFAULT_USER_AGENT: &'static str =
61-
"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0";
61+
"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0";
6262
const ENV_VAR_NO_COLOR: &str = "NO_COLOR";
6363
const ENV_VAR_TERM: &str = "TERM";
6464

0 commit comments

Comments
 (0)