Skip to content

Commit

Permalink
Fix link to modheader plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Feb 26, 2024
1 parent 469fd70 commit d4eeb01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion website/site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4eeb01

Please sign in to comment.