Skip to content

Commit

Permalink
Release 1.1.45
Browse files Browse the repository at this point in the history
Cloudflare triggering reCapthca on the cipher AES256-GCM-SHA384 on Ubuntu systems
  • Loading branch information
VeNoMouS committed Sep 27, 2019
1 parent e899434 commit 6550936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloudscraper/__init__.py
Expand Up @@ -33,7 +33,7 @@

##########################################################################################################################################################

__version__ = '1.1.43'
__version__ = '1.1.45'

BUG_REPORT = 'Cloudflare may have changed their technique, or there may be a bug in the script.'

Expand Down
3 changes: 1 addition & 2 deletions cloudscraper/user_agent/browsers.json
Expand Up @@ -19,7 +19,6 @@
"ECDHE-RSA-CHACHA20-POLY1305",
"ECDHE-RSA-AES128-SHA",
"ECDHE-RSA-AES256-SHA",
"AES256-GCM-SHA384",
"AES128-SHA"
],
"releases": {
Expand Down Expand Up @@ -11774,4 +11773,4 @@
}
}
}
}
}

0 comments on commit 6550936

Please sign in to comment.