remove HTTPS handling (#8380)

This commit is contained in:
Johann150
2022-03-08 15:23:18 +01:00
committed by GitHub
parent 39676ad683
commit 26d90cd030
5 changed files with 11 additions and 48 deletions

View File

@ -6,7 +6,6 @@ export type Source = {
feedback_url?: string;
url: string;
port: number;
https?: { [x: string]: string };
disableHsts?: boolean;
db: {
host: string;