summaryrefslogtreecommitdiff
path: root/qutebrowser/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/app.py')
-rw-r--r--qutebrowser/app.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/qutebrowser/app.py b/qutebrowser/app.py
index 94cc53c72..60eedeb1b 100644
--- a/qutebrowser/app.py
+++ b/qutebrowser/app.py
@@ -346,15 +346,6 @@ def _open_special_pages(args):
True,
'qute://warning/sessions'),
- ('sandboxing-warning-shown',
- (
- hasattr(sys, "frozen") and
- utils.is_mac and
- machinery.IS_QT6 and
- os.environ.get("QTWEBENGINE_DISABLE_SANDBOX") == "1"
- ),
- 'qute://warning/sandboxing'),
-
('qt5-warning-shown',
(
machinery.IS_QT5 and