Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
update user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Dec 19, 2023
1 parent bd72f50 commit 8789d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberdrop_dl/utils/args/config_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
global_settings: Dict = {
"General": {
"allow_insecure_connections": False,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0",
"proxy": "",
"max_file_name_length": 95,
"max_folder_name_length": 60,
Expand Down

0 comments on commit 8789d8c

Please sign in to comment.