Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shcheck/shcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def log(string):

# Client headers to send to the server during the request.
client_headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0)\
Gecko/20100101 Firefox/53.0',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)\
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',
'Accept': 'text/html,application/xhtml+xml,\
application/xml;q=0.9,*/*;q=0.8',
'Accept-Language': 'en-US;q=0.8,en;q=0.3',
Expand Down