From d4eeb01c7c0faba65471540f9cb160fda54706b8 Mon Sep 17 00:00:00 2001 From: eikek Date: Mon, 26 Feb 2024 17:32:32 +0100 Subject: [PATCH] Fix link to modheader plugin --- Changelog.md | 2 +- website/site/config.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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",