Update user agent

This commit is contained in:
Arun Prakash Jana 2020-01-31 08:22:18 +05:30
parent 89d348259a
commit 5638226883
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Buku v4.3
- Fix Firefox default profile detection
- Fix export to DB failing after search
- Fix broken prompt colors
- User agent updated
-------------------------------------------------------------------------------

2
buku
View File

@ -84,7 +84,7 @@ COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'x': '0', 'X': '1', 'y': '7', 'Y': '7;1', 'z': '2',
}.items()}
USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0'
USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0'
MYHEADERS = None # Default dictionary of headers
MYPROXY = None # Default proxy
TEXT_BROWSERS = ['elinks', 'links', 'links2', 'lynx', 'w3m', 'www-browser']