summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-12-04 14:59:08 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-12-04 14:59:08 +0100
commit21869d149a361c9fe05dff90593ba18b6e42408a (patch)
tree2865cb70e27edb0c4415bf6e8b145df328cbf09f /doc
parentc1a1a1377591874ade015bc0ed1318e79e465c36 (diff)
downloadqutebrowser-21869d149a361c9fe05dff90593ba18b6e42408a.tar.gz
qutebrowser-21869d149a361c9fe05dff90593ba18b6e42408a.zip
Support QWebEngineSettings.WebAttribute.ReadingFromCanvasEnabled
See #7646
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/settings.asciidoc3
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index f18a28814..57570776b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -41,6 +41,8 @@ Changed
- The `colors.webpage.darkmode.threshold.text` setting got renamed to
`colors.webpage.darkmode.threshold.foreground`, following a rename in
Chromium.
+- With Qt 6.6, the `content.canvas_reading` setting now works without a restart
+ and supports URL patterns.
Fixed
~~~~~
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 95f844b15..b6f61ab03 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -2085,8 +2085,9 @@ Default: empty
=== content.canvas_reading
Allow websites to read canvas elements.
Note this is needed for some websites to work properly.
+On QtWebEngine < 6.6, this setting requires a restart and does not support URL patterns, only the global setting is applied.
-This setting requires a restart.
+This setting supports link:configuring{outfilesuffix}#patterns[URL patterns].
This setting is only available with the QtWebEngine backend.