Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Revert "Update Cipher List for Pending Fetch Test" (#19076)
Browse files Browse the repository at this point in the history
* Revert "Update Cipher List for Pending Fetch Test (#18964)"

This reverts commit 1ba3d77.

* Add back relevent and up to date comments
  • Loading branch information
zoracon authored Mar 24, 2020
1 parent 971ea60 commit 0679268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/src/https_everywhere_checker/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class FetchOptions(object):
# The default list of cipher suites that are supported in Firefox ESR, Chrome
# These naming formats are from OpenSSL
# This list is crosschecked with https://wiki.mozilla.org/Security/Cipher_Suites and https://clienttest.ssllabs.com
_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"
_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"

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

0 comments on commit 0679268

Please sign in to comment.