summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-13 09:52:26 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-13 10:16:19 +0200
commitd7738719f394835b4054dfd2f8d9a98b2bc3e48d (patch)
tree24fd23ebfdd88a2e6f4bc35a3720639a9e000db1 /doc/changelog.asciidoc
parent929d635dc53f35ad8f063080ded3908dd24960df (diff)
downloadqutebrowser-d7738719f394835b4054dfd2f8d9a98b2bc3e48d.tar.gz
qutebrowser-d7738719f394835b4054dfd2f8d9a98b2bc3e48d.zip
Disable replaceAll quirk by default
Fixes #6208
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 7921864a5..b1b8ae447 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -112,6 +112,12 @@ Changed
valid, but was never customized.
- The `statusbar.widgets` setting now understands `text:...` entries which
allows adding a hard-coded text to the statusbar.
+- The polyfill for `String.replaceAll` (required for Nextcloud Calendar < 2.2.0
+ with QtWebEngine < 5.15.3) is now disabled by default, as it's not fully
+ compliant to the ECMAScript spec and might cause issues on other websites.
+ If you still need it (e.g. if you're still on an old Nextcloud Calendar
+ version), remove `js-string-replaceall` from
+ `content.site_specific_quirks.skip`.
Fixed
~~~~~