summaryrefslogtreecommitdiff
path: root/libre/qutebrowser/warning-webkit.html
diff options
context:
space:
mode:
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 %}