warning-webkit.html 531 B

12345678910111213141516
  1. {% extends "styled.html" %}
  2. {% block content %}
  3. <h1>{{ title }}</h1>
  4. <p>You're using qutebrowser with the QtWebKit backend.</p>
  5. <blockquote><i>WARNING:</i> This release [of QtWebKit] is based on [an] <i>old
  6. WebKit revision</i> with known unpatched vulnerabilities. <i>Please use it
  7. carefully and avoid visiting untrusted websites and using it for
  8. transmission of sensitive data.</i></blockquote>
  9. <p>If that bothers you, it is recommended that you use another web browser instead,
  10. such as IceCat or Epiphany.</p>
  11. {% endblock %}