Disable redundant HTST option in Miniflux
This commit is contained in:
parent
770d428bdf
commit
338bb73507
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue