Add (optional) Origin header check

This commit is contained in:
MDMCK10
2023-05-25 15:59:16 +02:00
parent c66bd6d2ee
commit ababbf57b5
3 changed files with 32 additions and 4 deletions

View File

@@ -4,6 +4,8 @@ export default interface IConfig {
port : number;
proxying : boolean;
proxyAllowedIps : string[];
origin : boolean;
originAllowedDomains : string[];
};
vm : {
qemuArgs : string;