diff --git a/Changelog.md b/Changelog.md index efa13671..6b67a983 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1020,7 +1020,7 @@ Additionally there are some other minor features and bug fixes. to be able to add a request header. Check [this for firefox](https://addons.mozilla.org/en-US/firefox/addon/modheader-firefox/) or [this for - chromium](https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj) + chromium](https://chromewebstore.google.com/detail/modheader-modify-http-hea/idgpnmonknjnojddfkpgkljpfnnfcklj) - then add the request header `Docspell-Ui` with value `1`. Reloading the page gets you back the old ui. - With new Web-UI, certain features and fixes were realized, but not diff --git a/website/site/config.toml b/website/site/config.toml index 0b82167c..afc00c09 100644 --- a/website/site/config.toml +++ b/website/site/config.toml @@ -24,7 +24,8 @@ skip_prefixes = [ "http://localhost", "https://docs.github.com", # doesn't allow checking anymore "/openapi", - "https://www.abisource.com" # has bad ssl config + "https://www.abisource.com", # has bad ssl config + "https://chromewebstore.google.com" # too many redirects reported ] skip_anchor_prefixes = [ "https://github.com",