From 75eb7fd73604c180268d05da519e01eb4b2ad198 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Thu, 11 Jun 2020 12:57:03 -0400 Subject: [qutebrowser]: upgrade to v1.12.0 --- libre/qutebrowser/warning-webkit.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libre/qutebrowser/warning-webkit.html (limited to 'libre/qutebrowser/warning-webkit.html') 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 %} +

{{ title }}

+ +

You're using qutebrowser with the QtWebKit backend.

+ +
WARNING: This release [of QtWebKit] is based on [an] old +WebKit revision with known unpatched vulnerabilities. Please use it +carefully and avoid visiting untrusted websites and using it for +transmission of sensitive data.
+ +

If that bothers you, it is recommended that you use another web browser instead, +such as IceCat, IceWeasel, or Epiphany.

+{% endblock %} -- cgit v1.2.3