summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-31 11:49:36 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-31 13:57:51 +0200
commite1ea8de74f6784c142a3a11267e19a27fe3ff33a (patch)
treee86cf0fab1b523ee5b7dd23c9220c59667c5d34f
parentccbd1e41d8b2659c2370c3d8055c01fa7a52af85 (diff)
downloadqutebrowser-e1ea8de74f6784c142a3a11267e19a27fe3ff33a.tar.gz
qutebrowser-e1ea8de74f6784c142a3a11267e19a27fe3ff33a.zip
tests: Fix accidental network access
Running :adblock-update also updates ABP lists and thus tries downloading easylist. (cherry picked from commit ac9388fb1baba17c99de9d8872c274ab6dd38854)
-rw-r--r--tests/end2end/features/private.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/features/private.feature b/tests/end2end/features/private.feature
index fd8cf7062..0d0b59375 100644
--- a/tests/end2end/features/private.feature
+++ b/tests/end2end/features/private.feature
@@ -221,6 +221,7 @@ Feature: Using private browsing
When I open about:blank in a private window
And I run :close
And I set content.blocking.hosts.lists to ["http://localhost:(port)/data/blocking/qutebrowser-hosts"]
+ And I set content.blocking.adblock.lists to []
And I set content.blocking.method to hosts
And I run :adblock-update
And I wait for the message "hostblock: Read 1 hosts from 1 sources."