Disable redundant HTST option in Miniflux

This commit is contained in:
coolneng 2022-03-21 16:24:44 +01:00
parent 770d428bdf
commit 338bb73507
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
config = { config = {
BASE_URL = "https://rss.coolneng.duckdns.org"; BASE_URL = "https://rss.coolneng.duckdns.org";
RUN_MIGRATIONS = "1"; RUN_MIGRATIONS = "1";
DISABLE_HSTS = "1";
}; };
}; };