summaryrefslogtreecommitdiff
path: root/libre/qutebrowser/warning-webkit.html
blob: c4aa6a952b57a58c2e11ea5959d097a90cbfd972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 %}