support chrome 117
This commit is contained in:
@@ -143,6 +143,9 @@ class Sender:
|
||||
elif _chrome_code == '116':
|
||||
_chrome_version = "116.0.5845.114"
|
||||
_chrome_ua_header = '"Google Chrome";v="116", "Not=A?Brand";v="8", "Chromium";v="116"'
|
||||
elif _chrome_code == '117':
|
||||
_chrome_version = "117.0.5938.60"
|
||||
_chrome_ua_header = '"Google Chrome";v="117", "Not=A?Brand";v="8", "Chromium";v="117"'
|
||||
elif _chrome_code == '114':
|
||||
_chrome_version = "114.0.5735.53"
|
||||
_chrome_ua_header = '"Google Chrome";v="114", "Not=A?Brand";v="8", "Chromium";v="114"'
|
||||
|
||||
Reference in New Issue
Block a user