Skip to content

Commit

Permalink
Release 1.1.43
Browse files Browse the repository at this point in the history
Cloudflare triggering reCapthca on the cipher AES256-SHA on Ubuntu 16.04, other OS's seem fine with the cipher...
  • Loading branch information
VeNoMouS committed Sep 19, 2019
1 parent 6f99dec commit f5d5fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudscraper/__init__.py
Expand Up @@ -33,7 +33,7 @@

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

__version__ = '1.1.42'
__version__ = '1.1.43'

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

Expand Down
6 changes: 2 additions & 4 deletions cloudscraper/user_agent/browsers.json
Expand Up @@ -20,8 +20,7 @@
"ECDHE-RSA-AES128-SHA",
"ECDHE-RSA-AES256-SHA",
"AES256-GCM-SHA384",
"AES128-SHA",
"AES256-SHA"
"AES128-SHA"
],
"releases": {
"Chrome/50.0.0.0": {
Expand Down Expand Up @@ -10957,8 +10956,7 @@
"ECDHE-RSA-AES128-SHA",
"ECDHE-RSA-AES256-SHA",
"DHE-RSA-AES128-SHA",
"AES128-SHA",
"AES256-SHA"
"AES128-SHA"
],
"releases": {
"Firefox/50.0": {
Expand Down

0 comments on commit f5d5fcb

Please sign in to comment.