diff options
author | Joe Robinson <joe@lc8n.com> | 2020-04-16 14:46:56 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2020-04-16 14:46:56 +0100 |
commit | cc6e1935650c446d4adf8a8367763f70cadc8659 (patch) | |
tree | 2d2e1a07f08a5141ef0e6dde043d9e283b09df81 | |
parent | c5b281e70326e8daa419ebdfbf31e706e9e7d126 (diff) |
Change user agent string to latest Firefox
-rwxr-xr-x | title.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ # Disable globbing set -f -OPTS='--interface 178.32.55.206 --location --insecure --silent --max-filesize 1048576 --max-time 10 -A "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" -H "Accept-Encoding: gzip" -H "Accept: text/html" -H "Accept-Language: en-GB,en;q=0.5"' +OPTS='--interface 178.32.55.206 --location --insecure --silent --max-filesize 1048576 --max-time 10 -A "Mozilla/5.0 (X11; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0" -H "Accept-Encoding: gzip" -H "Accept: text/html" -H "Accept-Language: en-GB,en;q=0.5"' read url |