Skip to content

Commit

Permalink
Release 1.1.41
Browse files Browse the repository at this point in the history
Cloudflare causing issues for User-Agents with the following ciphers:

* AES128-GCM-SHA256 in Chrome
* DHE-RSA-AES256-SHA in Firefox
  • Loading branch information
VeNoMouS committed Sep 5, 2019
1 parent faa50f3 commit da117c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cloudscraper/__init__.py
Expand Up @@ -33,7 +33,7 @@

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

__version__ = '1.1.40'
__version__ = '1.1.41'

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

Expand Down
2 changes: 0 additions & 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",
"AES128-GCM-SHA256",
"AES256-GCM-SHA384",
"AES128-SHA",
"AES256-SHA"
Expand Down Expand Up @@ -10958,7 +10957,6 @@
"ECDHE-RSA-AES128-SHA",
"ECDHE-RSA-AES256-SHA",
"DHE-RSA-AES128-SHA",
"DHE-RSA-AES256-SHA",
"AES128-SHA",
"AES256-SHA"
],
Expand Down

0 comments on commit da117c6

Please sign in to comment.