summaryrefslogtreecommitdiff
path: root/qutebrowser/qutebrowser.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-03 12:13:04 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-04 11:30:54 +0100
commitc95b9637e1c12262c9c9a61ee221667ab4ff17fb (patch)
tree125bae6db7fdceab351d6210d6705bee45e00101 /qutebrowser/qutebrowser.py
parentc4a72120d2728b0920e066f2de837f49c1cb6cf9 (diff)
downloadqutebrowser-c95b9637e1c12262c9c9a61ee221667ab4ff17fb.tar.gz
qutebrowser-c95b9637e1c12262c9c9a61ee221667ab4ff17fb.zip
old qt: Remove old inspector logic
Diffstat (limited to 'qutebrowser/qutebrowser.py')
-rw-r--r--qutebrowser/qutebrowser.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/qutebrowser/qutebrowser.py b/qutebrowser/qutebrowser.py
index fb2776376..79c7a92f0 100644
--- a/qutebrowser/qutebrowser.py
+++ b/qutebrowser/qutebrowser.py
@@ -82,14 +82,6 @@ def get_argparser():
"qutebrowser instance running.")
parser.add_argument('--backend', choices=['webkit', 'webengine'],
help="Which backend to use.")
- parser.add_argument('--enable-webengine-inspector', action='store_true',
- help="Enable the web inspector / devtools for "
- "QtWebEngine. Note that this is a SECURITY RISK and "
- "you should not visit untrusted websites with the "
- "inspector turned on. See "
- "https://bugreports.qt.io/browse/QTBUG-50725 for more "
- "details. This is not needed anymore since Qt 5.11 "
- "where the inspector is always enabled and secure.")
parser.add_argument('--json-args', help=argparse.SUPPRESS)
parser.add_argument('--temp-basedir-restarted', help=argparse.SUPPRESS)