[twitter] disable TLS 1.2 ciphers by default (#3522)
This commit is contained in:
@@ -26,6 +26,7 @@ class TwitterExtractor(Extractor):
|
||||
cookiedomain = ".twitter.com"
|
||||
cookienames = ("auth_token",)
|
||||
root = "https://twitter.com"
|
||||
tls12 = False
|
||||
|
||||
def __init__(self, match):
|
||||
Extractor.__init__(self, match)
|
||||
|
||||
Reference in New Issue
Block a user