remove HTTPS handling (#8380)
This commit is contained in:
parent
39676ad683
commit
26d90cd030
5 changed files with 11 additions and 48 deletions
|
|
@ -6,7 +6,6 @@ export type Source = {
|
|||
feedback_url?: string;
|
||||
url: string;
|
||||
port: number;
|
||||
https?: { [x: string]: string };
|
||||
disableHsts?: boolean;
|
||||
db: {
|
||||
host: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue