From 3e29d04bc564f89c94d1e3375de54870e03df7b1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 14 Apr 2020 16:39:34 +0300 Subject: Add tests for MatcherRule and RegexRule --- staging/adblock/options.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'staging/adblock/options.h') diff --git a/staging/adblock/options.h b/staging/adblock/options.h index 327e0ec..ed28502 100644 --- a/staging/adblock/options.h +++ b/staging/adblock/options.h @@ -23,8 +23,14 @@ enum OptionState { }; struct Options { + // request handling options bool exception = false; + bool redirect = false; + + // pattern options bool matchcase = false; + + // request type options bool firstparty = true; bool thirdparty = true; QHash resource_options; -- cgit v1.2.1