john-kurkowski / tldextract

Accurately separates a URL’s subdomain, domain, and public suffix, using the Public Suffix List (PSL).
BSD 3-Clause "New" or "Revised" License
1.81k stars 211 forks source link

allow disabling SSL Certificate checks on URL fetch #239

Closed mcooperman closed 2 years ago

mcooperman commented 2 years ago

in use of the requests package, with Session() etc. it would be helpful to allow callers to set the boolean flag for enabling/disabling SSL Certificate checks to work around self-signed certs behind a corporate proxy blowing up the usage.

john-kurkowski commented 2 years ago

Tracked in #158