From cb7ea166893fb4902953483e113d60061320f70a Mon Sep 17 00:00:00 2001 From: Perflyst Date: Mon, 8 Jul 2019 19:25:26 +0200 Subject: [PATCH] Add hsts and disable_proxy option --- Configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Configuration.md b/Configuration.md index 860b65b..65b83d1 100644 --- a/Configuration.md +++ b/Configuration.md @@ -51,3 +51,7 @@ db: - `cache_annotations` (default `false`) Cache annotations requested from IA, will not cache empty annotations or annotations that only contain cards - `banner` (default `nil`) Optional banner to be displayed along top of page for announcements, etc. + +- `hsts` (default `true`) For HTTP Strict Transport Security + +- `disable_proxy` (default `false`) Disable proxy option serverwide (options: 'dash', 'livestreams', 'downloads', 'local') \ No newline at end of file