Skip to content

Commit

Permalink
Release 1.2.5
Browse files Browse the repository at this point in the history
* Removed cipher ECDHE-RSA-AES256-GCM-SHA384 to mitigate reCaptcha generation from Cloudflare
  • Loading branch information
VeNoMouS committed Oct 23, 2019
1 parent eae91ca commit 7592baf
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 @@ -39,7 +39,7 @@

# ------------------------------------------------------------------------------- #

__version__ = '1.2.4'
__version__ = '1.2.5'

# ------------------------------------------------------------------------------- #

Expand Down
2 changes: 0 additions & 2 deletions cloudscraper/user_agent/browsers.json
Expand Up @@ -14,7 +14,6 @@
"ECDHE-ECDSA-AES128-GCM-SHA256",
"ECDHE-RSA-AES128-GCM-SHA256",
"ECDHE-ECDSA-AES256-GCM-SHA384",
"ECDHE-RSA-AES256-GCM-SHA384",
"ECDHE-ECDSA-CHACHA20-POLY1305",
"ECDHE-RSA-CHACHA20-POLY1305",
"ECDHE-RSA-AES256-SHA",
Expand Down Expand Up @@ -12820,7 +12819,6 @@
"ECDHE-ECDSA-CHACHA20-POLY1305",
"ECDHE-RSA-CHACHA20-POLY1305",
"ECDHE-ECDSA-AES256-GCM-SHA384",
"ECDHE-RSA-AES256-GCM-SHA384",
"ECDHE-ECDSA-AES256-SHA",
"ECDHE-ECDSA-AES128-SHA",
"ECDHE-RSA-AES256-SHA",
Expand Down

0 comments on commit 7592baf

Please sign in to comment.