From: Martin T. H. Sandsmark Date: Sat, 2 Jul 2016 16:24:05 +0000 (+0200) Subject: Disable webkit by default X-Git-Tag: travis-deploy-test~407 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=a27d49cabc3e0fc2831fb65d786d37601c43fed9;hp=757dc75aada1e4c5077cf46969f6422bffa08ce3 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. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 57480248..8293af05 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)