Skip to content
Snippets Groups Projects
Commit 64223a427f7f authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Do not verify certificate of www.mittelwind.de

parent 61e4a75bbcc9
No related branches found
No related tags found
1 merge request!18Add Buchkontor Teltow and Inmedio Berlin success stories
Pipeline #73046 passed
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
......@@ -17,6 +17,7 @@
def _verify(url):
for hostname in [
'legna.com.do', # wrong certificate
'www.mittelwind.de', # wrong certificate
]:
if hostname in url:
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment