From 45de31374d0bd6eb29f9a7238216a6e78bb3b83d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 30 Jun 2023 15:35:51 +0200 Subject: Enable replaceAll quirk by default See #7639 --- doc/changelog.asciidoc | 4 ++++ doc/help/settings.asciidoc | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index ef5123d29..71cf6ec5d 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -154,6 +154,10 @@ Changed - The qute-pass will now try looking up candidate pass entries based on the calling tab's verbatim netloc (hostname including port and username) if it can't find a match with an earlier candidate (FQDN, IPv4 etc). +- The `js-string-replaceall` quirk is now removed from the default + `content.site_specific_quirks.skip`, so that `String.replaceAll` is now + polyfilled on QtWebEngine < 5.15.3, hopefully improving website + compaitibility. Fixed ~~~~~ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 4a3a3c0e7..1b28eb39f 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -2788,7 +2788,6 @@ Default: +pass:[true]+ [[content.site_specific_quirks.skip]] === content.site_specific_quirks.skip Disable a list of named quirks. -The js-string-replaceall quirk is needed for Nextcloud Calendar < 2.2.0 with QtWebEngine < 5.15.3. However, the workaround is not fully compliant to the ECMAScript spec and might cause issues on other websites, so it's disabled by default. Type: <> @@ -2805,9 +2804,7 @@ Valid values: * +misc-krunker+ * +misc-mathml-darkmode+ -Default: - -- +pass:[js-string-replaceall]+ +Default: empty [[content.tls.certificate_errors]] === content.tls.certificate_errors -- cgit v1.2.3-54-g00ecf