mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-25 16:45:05 +00:00
Fix link to modheader plugin
This commit is contained in:
parent
469fd70959
commit
d4eeb01c7c
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user