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

@@ -6,6 +6,10 @@ proxying = false
# IPs allowed to access the server in proxy mode.
# 99% of the time this will only be 127.0.0.1
proxyAllowedIps = ["127.0.0.1"]
# Whether the Origin header check is enabled.
origin = false
# Origins to accept connections from.
originAllowedDomains = ["computernewb.com"]
[vm]
qemuArgs = "qemu-system-x86_64"