details: https://code.tryton.org/communication/website/commit/db61b3051a34
branch: default
user: Cédric Krier <[email protected]>
date: Tue Feb 03 14:53:01 2026 +0100
description:
Skip fulfil.io behind Cloudflare
Closes #44
diffstat:
tests/test_app.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r ee2c79a38338 -r db61b3051a34 tests/test_app.py
--- a/tests/test_app.py Mon Jan 12 17:38:21 2026 +0100
+++ b/tests/test_app.py Tue Feb 03 14:53:01 2026 +0100
@@ -31,6 +31,7 @@
'www.buchkontor-teltow.de', # too much headers
'expertisevision.fr', # cloudflare
'www.thunderbird.net', # cloudflare
+ 'fulfil.io', # cloudflare
]:
if hostname in url:
return True