summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-02 12:13:24 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-02 12:13:24 +0100
commitbe4a03d2c3ee24b1316db36e5e7b40c2b16278cf (patch)
tree3e6130006a0884b8527e6950de4ff73cc5711768
parent6a721828fcec3c002755d8d8b2a4f8503203ec89 (diff)
downloadqutebrowser-be4a03d2c3ee24b1316db36e5e7b40c2b16278cf.tar.gz
qutebrowser-be4a03d2c3ee24b1316db36e5e7b40c2b16278cf.zip
Regenerate docs
-rw-r--r--doc/help/settings.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 76aed5a88..bd7148571 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -373,8 +373,8 @@ Default: +pass:[false]+
=== backend
Backend to use to display websites.
qutebrowser supports two different web rendering engines / backends, QtWebEngine and QtWebKit (not recommended).
-QtWebEngine is Qt's official successor to QtWebKit, and both the default/recommended backend. It's based on a stripped-down Chromium and regularily updated with security fixes and new features by the Qt project: https://wiki.qt.io/QtWebEngine
-QtWebKit was qutebrowser's original backend when the project was started. However, support for QtWebKit was discontinued by the Qt project with Qt 5.6 in 2016. The development of QtWebKit was picked up in an official fork: https://github.com/qtwebkit/qtwebkit - however, the project seems to have stalled again. The latest release (5.212.0 Alpha 4) from March 2020 is based on a WebKit version from 2016, with many known security vulnerabilities. Additionally, there is no process isolation and sandboxing. Due to all those issues, while support for QtWebKit is still available in qutebrowser for now, using it is strongly discouraged.
+QtWebEngine is Qt's official successor to QtWebKit, and both the default/recommended backend. It's based on a stripped-down Chromium and regularly updated with security fixes and new features by the Qt project: https://wiki.qt.io/QtWebEngine
+QtWebKit was qutebrowser's original backend when the project was started. However, support for QtWebKit was discontinued by the Qt project with Qt 5.6 in 2016. The development of QtWebKit was picked up in an official fork: https://github.com/qtwebkit/qtwebkit - however, the project seems to have stalled again. The latest release (5.212.0 Alpha 4) from March 2020 is based on a WebKit version from 2016, with many known security vulnerabilities. Additionally, there is no process isolation and sandboxing. Due to all those issues, while support for QtWebKit is still available in qutebrowser for now, using it is strongly discouraged.
This setting requires a restart.