summaryrefslogtreecommitdiff
path: root/doc/help
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-08-29 20:03:37 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-29 20:03:37 +0200
commit47ef2ca41d6f1f3981b4667105f9a1ce535beee6 (patch)
tree419222725c197293a686c0127349b5b88c078c2a /doc/help
parent038361d8aa52bb8d3a9e79d03161e6ae164b2291 (diff)
downloadqutebrowser-47ef2ca41d6f1f3981b4667105f9a1ce535beee6.tar.gz
qutebrowser-47ef2ca41d6f1f3981b4667105f9a1ce535beee6.zip
Relax errors shown in the UI
- Hide CSP error even if it's prefixed by [Report only] - Always hide errors from Greasemonkey scripts
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/settings.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 93c43cd8b..110a24cad 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -2415,13 +2415,13 @@ Default:
- +pass:[userscript:_qute_stylesheet]+:
-* +pass:[Refused to apply inline style because it violates the following Content Security Policy directive: *]+
+* +pass:[*Refused to apply inline style because it violates the following Content Security Policy directive: *]+
[[content.javascript.log_message.levels]]
=== content.javascript.log_message.levels
Javascript message sources/levels to show in the qutebrowser UI.
When a JavaScript message is logged from a location matching the glob pattern given in the key, and is from one of the levels listed as value, it's surfaced as a message in the qutebrowser UI.
-By default, errors happening in qutebrowser internally or in userscripts are shown to the user.
+By default, errors happening in qutebrowser internally are shown to the user.
Type: <<types,Dict>>
@@ -2433,6 +2433,7 @@ Default:
- +pass:[userscript:*]+:
* +pass:[error]+
+- +pass:[userscript:GM-*]+: empty
[[content.javascript.modal_dialog]]
=== content.javascript.modal_dialog