diff options
author | Florian Bruhin <me@the-compiler.org> | 2021-10-21 16:45:52 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2021-10-21 16:47:02 +0200 |
commit | 897965f9dd3d9e1bc52ce37d611ffe0914042ea7 (patch) | |
tree | 70dc984d1bedc24d6465a820c491b28271cfe483 | |
parent | 410f26265cf542a7cbc9967d6285cf943bd5ca02 (diff) | |
download | qutebrowser-v1.13.x.tar.gz qutebrowser-v1.13.x.zip |
Update docsv1.13.x
(cherry picked from commit 41b05f954882313131a75ccbc53c1e373a915d38)
-rw-r--r-- | doc/qutebrowser.1.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc index ad8a43dbe..f65508782 100644 --- a/doc/qutebrowser.1.asciidoc +++ b/doc/qutebrowser.1.asciidoc @@ -65,6 +65,9 @@ show it. *--enable-webengine-inspector*:: 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. +*--untrusted-args*:: + Mark all following arguments as untrusted, which enforces that they are URLs/search terms (and not flags or commands) + === debug arguments *-l* '{critical,error,warning,info,debug,vdebug}', *--loglevel* '{critical,error,warning,info,debug,vdebug}':: Override the configured console loglevel |