remove HTTPS handling (#8380)
This commit is contained in:
@ -6,7 +6,6 @@ export type Source = {
|
||||
feedback_url?: string;
|
||||
url: string;
|
||||
port: number;
|
||||
https?: { [x: string]: string };
|
||||
disableHsts?: boolean;
|
||||
db: {
|
||||
host: string;
|
||||
|
Reference in New Issue
Block a user