summaryrefslogtreecommitdiff
path: root/qutebrowser/html/warning-sandboxing.html
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/html/warning-sandboxing.html')
-rw-r--r--qutebrowser/html/warning-sandboxing.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/qutebrowser/html/warning-sandboxing.html b/qutebrowser/html/warning-sandboxing.html
deleted file mode 100644
index 186d938e7..000000000
--- a/qutebrowser/html/warning-sandboxing.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "styled.html" %}
-
-{% block content %}
-<h1>{{ title }}</h1>
-<span class="note">Note this warning will only appear once. Use <span class="mono">:open
-qute://warning/sandboxing</span> to show it again at a later time.</span>
-
-<p>
- Due to a <a href="https://github.com/pyinstaller/pyinstaller/pull/6903">PyInstaller issue</a>,
- Chromium's <a href="https://chromium.googlesource.com/chromium/src/+/HEAD/docs/design/sandbox_faq.md">sandboxing</a>
- is currently disabled for macOS builds with Qt 6. This means that there will be no additional layer of protection
- in case of Chromium security bugs. Thus, it's advised to
- <b>not use this build in production</b>. Hopefully, this situation will be
- resolved before the final 3.0.0 release.
-</p>
-{% endblock %}