diff options
Diffstat (limited to 'test/world_wide_library.py')
-rw-r--r-- | test/world_wide_library.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/world_wide_library.py b/test/world_wide_library.py index 4865b0a..f66a6d5 100644 --- a/test/world_wide_library.py +++ b/test/world_wide_library.py @@ -100,6 +100,9 @@ catalog = { 'https://gotmyowndoma.in/index.html': (200, {}, here / 'data' / 'pages' / 'gotmyowndomain_https.html'), + 'https://gotmyowndoma.in/scripts_to_block_1.html': + (200, {}, here / 'data' / 'pages' / 'scripts_to_block_1.html'), + 'https://serve.scrip.ts/': serve_script, 'https://site.with.scripts.block.ed': |