From 55f5a827a7abc2f248c2405e1977222062b88e6b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 23 Mar 2018 17:07:49 +0100 Subject: Cookie filter - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f017d6b..0969af6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -48,8 +48,8 @@ add_executable(poi widgets/mainwindowtabbar.h # webengine - webengine/cookieinterceptor.cpp - webengine/cookieinterceptor.h + webengine/cookiefilter.cpp + webengine/cookiefilter.h webengine/urlinterceptor.cpp webengine/urlinterceptor.h webengine/webengineprofile.cpp # todo: rename to profile -- cgit v1.2.1