Resolve #2923
Allow option to disable sending HSTS headers even if https:// is used in url
This commit is contained in:
@ -23,6 +23,7 @@ export type Source = {
|
||||
url: string;
|
||||
port: number;
|
||||
https?: { [x: string]: string };
|
||||
disableHsts?: boolean;
|
||||
mongodb: {
|
||||
host: string;
|
||||
port: number;
|
||||
|
Reference in New Issue
Block a user