summaryrefslogtreecommitdiff
path: root/libre/qutebrowser/warning-webkit.html
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-06-11 12:57:03 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-06-11 15:09:23 -0400
commit75eb7fd73604c180268d05da519e01eb4b2ad198 (patch)
tree9d6045c6882e0ac5b51e238081c023f902fd6724 /libre/qutebrowser/warning-webkit.html
parent46948f4c98e8f7f292c70ae418c1d4bea4310c10 (diff)
downloadabslibre-75eb7fd73604c180268d05da519e01eb4b2ad198.tar.gz
abslibre-75eb7fd73604c180268d05da519e01eb4b2ad198.tar.bz2
abslibre-75eb7fd73604c180268d05da519e01eb4b2ad198.zip
[qutebrowser]: upgrade to v1.12.0
Diffstat (limited to 'libre/qutebrowser/warning-webkit.html')
-rw-r--r--libre/qutebrowser/warning-webkit.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/qutebrowser/warning-webkit.html b/libre/qutebrowser/warning-webkit.html
new file mode 100644
index 000000000..c4aa6a952
--- /dev/null
+++ b/libre/qutebrowser/warning-webkit.html
@@ -0,0 +1,15 @@
+{% extends "styled.html" %}
+
+{% block content %}
+<h1>{{ title }}</h1>
+
+<p>You're using qutebrowser with the QtWebKit backend.</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>If that bothers you, it is recommended that you use another web browser instead,
+such as IceCat, IceWeasel, or Epiphany.</p>
+{% endblock %}