diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index a5dad907e..edb60aa34 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -143,6 +143,7 @@ |<>|Allow locally loaded documents to access remote URLs. |<>|Enable support for HTML 5 local storage and Web SQL. |<>|Allow websites to record audio/video. +|<>|Allow websites to lock your mouse pointer. |<>|Netrc-file for HTTP authentication. |<>|Allow websites to show notifications. |<>|Allow pdf.js to view PDF files in the browser. @@ -1872,6 +1873,26 @@ Default: +pass:[ask]+ This setting is only available with the QtWebEngine backend. +[[content.mouse_lock]] +=== content.mouse_lock +Allow websites to lock your mouse pointer. + +This setting supports URL patterns. + +Type: <> + +Valid values: + + * +true+ + * +false+ + * +ask+ + +Default: +pass:[ask]+ + +On QtWebEngine, this setting requires Qt 5.8 or newer. + +On QtWebKit, this setting is unavailable. + [[content.netrc_file]] === content.netrc_file Netrc-file for HTTP authentication.