From 6ada5e90bd87dba5fcb71b7a696fd99ac7676bd7 Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Sat, 2 Jul 2016 18:24:05 +0200 Subject: [PATCH] Disable webkit by default Qt WebKit is deprecated and a bit of a walking security hole, so it makes sense to disable by default. Resolves GH-225. (cherry picked from commit a27d49cabc3e0fc2831fb65d786d37601c43fed9) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 168162bf..1a05ed52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ if (NOT WITH_KDE) endif() # For this, the feature info is added after we know if QtWebkit is installed -option(WITH_WEBKIT "WebKit support (for link previews) (legacy)" ON) +option(WITH_WEBKIT "WebKit support (for link previews) (legacy)" OFF) # For this, the feature info is added after we know if QtWebEngine is installed option(WITH_WEBENGINE "WebEngine support (for link previews)" ON) -- 2.20.1