diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index c4b24640f..0b681a546 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -45,6 +45,8 @@ Added - New t[iI][hHu] default bindings (similar to `tsh` etc.) to toggle images. - New `tabs.max_width` setting which allows to have a more "normal" look for tabs. +- New `content.mute` setting which allows to mute pages (or all tabs) by + default. Changed ~~~~~~~ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index eb4b7f79c..7c49e5364 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -145,6 +145,7 @@ |<>|Enable support for HTML 5 local storage and Web SQL. |<>|Allow websites to record audio/video. |<>|Allow websites to lock your mouse pointer. +|<>|Automatically mute tabs. |<>|Netrc-file for HTTP authentication. |<>|Allow websites to show notifications. |<>|Allow pdf.js to view PDF files in the browser. @@ -1916,6 +1917,16 @@ On QtWebEngine, this setting requires Qt 5.8 or newer. On QtWebKit, this setting is unavailable. +[[content.mute]] +=== content.mute +Automatically mute tabs. + +This setting supports URL patterns. + +Type: <> + +Default: +pass:[false]+ + [[content.netrc_file]] === content.netrc_file Netrc-file for HTTP authentication.