From 61f86dcb2b9cec8d55cf6a77f592ba359ff8b52b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 17 Oct 2018 04:15:41 +0900 Subject: Resolve #2923 Allow option to disable sending HSTS headers even if https:// is used in url --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index 3074cecabf..139ca9e82a 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -23,6 +23,7 @@ export type Source = { url: string; port: number; https?: { [x: string]: string }; + disableHsts?: boolean; mongodb: { host: string; port: number; -- cgit v1.2.3-freya