Skip to content

Commit 0679268

Browse files
authored
Revert "Update Cipher List for Pending Fetch Test" (EFForg#19076)
* Revert "Update Cipher List for Pending Fetch Test (EFForg#18964)" This reverts commit 1ba3d77. * Add back relevent and up to date comments
1 parent 971ea60 commit 0679268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules/src/https_everywhere_checker/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class FetchOptions(object):
4949
# The default list of cipher suites that are supported in Firefox ESR, Chrome
5050
# These naming formats are from OpenSSL
5151
# This list is crosschecked with https://wiki.mozilla.org/Security/Cipher_Suites and https://clienttest.ssllabs.com
52-
_DEFAULT_CIPHERLIST = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384"
52+
_DEFAULT_CIPHERLIST = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256: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-AES128-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:AES128-SHA:AES256-SHA:DES-CBC3-SHA"
5353

5454
def __init__(self, config):
5555
"""Parse options from [http] section

0 commit comments

Comments
 (0)