There was an error while loading. Please reload this page.
1 parent 86a55fe commit aee7991Copy full SHA for aee7991
1 file changed
cppman/util.py
@@ -31,7 +31,8 @@
31
from cppman import environ
32
33
# User-Agent header value to use with all requests
34
-_USER_AGENT = "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/111.0"
+_USER_AGENT = ("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 "
35
+ "(KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36")
36
37
def update_mandb_path():
38
"""Add $XDG_CACHE_HOME/cppman/man to $HOME/.manpath"""
0 commit comments