Files
gallery-dl/gallery_dl
Robert Pendell 392cf079f7 Add ability to disable TLS 1.2 (#2243)
Fix for Patreon Cloudflare issues by having only TLS v1.3 or higher establish HTTPS connections

This now allows you to disable it on a per-host or global basis.  Add disabletls12 as a config option either under extractor.(host) or just under extractor.  Option is false by default.

Example:
        "patreon":
        {
            "disabletls12": true,
            "cookies": {
                "session_id": "X"
            }
        }
2022-01-30 22:14:43 +01:00
..
2021-10-13 04:07:41 +02:00
2022-01-23 18:01:05 +01:00
2021-12-30 22:22:19 +01:00