We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7e40c commit 595038cCopy full SHA for 595038c
src/main.rs
@@ -58,7 +58,7 @@ const ASCII: &'static str = " \
58
const CACHE_ASSET_FILE_SIZE_THRESHOLD: usize = 1024 * 50; // Minimum file size for on-disk caching (in bytes)
59
const DEFAULT_NETWORK_TIMEOUT: u64 = 120;
60
const DEFAULT_USER_AGENT: &'static str =
61
- "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0";
+ "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0";
62
const ENV_VAR_NO_COLOR: &str = "NO_COLOR";
63
const ENV_VAR_TERM: &str = "TERM";
64
0 commit comments