Update docs

This commit is contained in:
Florian Bruhin 2018-09-28 16:41:48 +02:00
parent 29691f302d
commit 282fbaf447
2 changed files with 13 additions and 0 deletions

View File

@ -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
~~~~~~~

View File

@ -145,6 +145,7 @@
|<<content.local_storage,content.local_storage>>|Enable support for HTML 5 local storage and Web SQL.
|<<content.media_capture,content.media_capture>>|Allow websites to record audio/video.
|<<content.mouse_lock,content.mouse_lock>>|Allow websites to lock your mouse pointer.
|<<content.mute,content.mute>>|Automatically mute tabs.
|<<content.netrc_file,content.netrc_file>>|Netrc-file for HTTP authentication.
|<<content.notifications,content.notifications>>|Allow websites to show notifications.
|<<content.pdfjs,content.pdfjs>>|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: <<types,Bool>>
Default: +pass:[false]+
[[content.netrc_file]]
=== content.netrc_file
Netrc-file for HTTP authentication.