From 96efcc335bbd9f2ad098e694d6cff6c1c22b4ce8 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 5 Mar 2022 15:54:53 +0100 Subject: improve script blocking in non-HTML documents (XML) --- .../data/pages/scripts_to_block_2.xml | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 test/haketilo_test/data/pages/scripts_to_block_2.xml (limited to 'test/haketilo_test/data/pages/scripts_to_block_2.xml') diff --git a/test/haketilo_test/data/pages/scripts_to_block_2.xml b/test/haketilo_test/data/pages/scripts_to_block_2.xml new file mode 100644 index 0000000..6433a1d --- /dev/null +++ b/test/haketilo_test/data/pages/scripts_to_block_2.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + window.__run = [...(window.__run || []), 'grape']; + + + + + window.__run = [...(window.__run || []), 'raspberry']; + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3