Bump Simulated Chrome Version.

This commit is contained in:
mharb 2023-10-02 20:36:04 -04:00
parent 388ac935f1
commit 582467957e
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import certifi
QUERY = 'remote'
JOBQUERY = '(site:breezy.hr OR site:ashbyhq.com OR site:boards.greenhouse.io OR site:jobs.lever.co OR site:jobs.workable.com)' + QUERY
AGENT = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'
AGENT = 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'
HOST = 3
PAGE = 3
@ -19,7 +19,7 @@ HEADERS = [
'content-type: application/x-www-form-urlencoded',
'cookie: categories=general; language=en-US; locale=en; autocomplete=google; image_proxy=1; method=POST; safesearch=0; theme=simple; results_on_new_tab=0; doi_resolver=oadoi.org; simple_style=auto; center_alignment=0; query_in_title=1; infinite_scroll=0; disabled_engines=; enabled_engines=; disabled_plugins=; enabled_plugins=searx.plugins.limiter; tokens=; maintab=on; enginetab=on',
'origin: null',
'sec-ch-ua: "Chromium";v="113", "Not-A.Brand";v="24"',
'sec-ch-ua: "Chromium";v="116", "Not-A.Brand";v="24"',
'sec-ch-ua-mobile: ?0',
'sec-ch-ua-platform: "Windows"',
'sec-fetch-dest: document',