summaryrefslogtreecommitdiff
path: root/qutebrowser/html
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-05-13 16:18:58 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-05-13 16:18:58 +0200
commitc8766b3b02556c76984ea2a062989e6589bfd5ec (patch)
tree95914880aebf03de3b6822e6a80b0e1ba955aeb2 /qutebrowser/html
parent2a42f3a8c27aa036f4af08ef6f3108bbe80a3bcb (diff)
downloadqutebrowser-c8766b3b02556c76984ea2a062989e6589bfd5ec.tar.gz
qutebrowser-c8766b3b02556c76984ea2a062989e6589bfd5ec.zip
Clarify quote attribution in QtWebKit warning
Apparently, Parabola patches the QtWebKit warning, removing the "from the upstream release notes" before the quote: https://git.parabola.nu/abslibre.git/tree/libre/qutebrowser/webkit-warning.patch Thus, make it clearer *as part of the quote* where that text is coming from.
Diffstat (limited to 'qutebrowser/html')
-rw-r--r--qutebrowser/html/warning-webkit.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/qutebrowser/html/warning-webkit.html b/qutebrowser/html/warning-webkit.html
index 7fc22903a..a46871089 100644
--- a/qutebrowser/html/warning-webkit.html
+++ b/qutebrowser/html/warning-webkit.html
@@ -10,12 +10,14 @@ qute://warning/webkit</span> to show it again at a later time.</span>
<p>While QtWebKit has gained some traction again recently, its latest release
(5.212.0 Alpha 3) is still based on an old upstream WebKit. It also lacks
various security features (process isolation/sandboxing) present in
-QtWebEngine. From the upstream release notes:</p>
-
-<blockquote>WARNING: This release is based on old WebKit revision with known
-unpatched vulnerabilities. Please use it carefully and avoid visiting untrusted
-websites and using it for transmission of sensitive data. Wait for new release
-from qtwebkit-dev branch to use it with untrusted content.</blockquote>
+QtWebEngine. From the
+<a href="https://github.com/qtwebkit/qtwebkit/releases">QtWebKit release
+notes</a>:</p>
+
+<blockquote><i>WARNING:</i> This release [of QtWebKit] is based on [an] <i>old
+WebKit revision</i> with known unpatched vulnerabilities. <i>Please use it
+carefully and avoid visiting untrusted websites and using it for
+transmission of sensitive data.</i></blockquote>
<p>It's recommended that you use QtWebEngine instead.</p>