details: https://code.tryton.org/communication/website/commit/b269fde2a01e
branch: default
user: Cédric Krier <[email protected]>
date: Tue Jul 07 23:21:47 2026 +0200
description:
Skip www.iso.org behind cloudflare
diffstat:
tests/test_app.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 3e12500c5d95 -r b269fde2a01e tests/test_app.py
--- a/tests/test_app.py Sat Jun 13 15:05:44 2026 +0200
+++ b/tests/test_app.py Tue Jul 07 23:21:47 2026 +0200
@@ -32,6 +32,7 @@
'expertisevision.fr', # cloudflare
'www.thunderbird.net', # cloudflare
'fulfil.io', # cloudflare
+ 'www.iso.org', # cloudflare
]:
if hostname in url:
return True