PROXY protocol working for proxy hosts. Testing on stream, redirection and 404 hosts

This commit is contained in:
baudneo
2022-10-10 11:56:42 -06:00
parent 2feb6ccf08
commit 0cd436e507
5 changed files with 68 additions and 12 deletions

View File

@@ -172,6 +172,7 @@ module.exports = Mn.View.extend({
data.block_exploits = !!data.block_exploits;
data.caching_enabled = !!data.caching_enabled;
data.allow_websocket_upgrade = !!data.allow_websocket_upgrade;
data.enable_proxy_protocol = !!data.enable_proxy_protocol;
data.http2_support = !!data.http2_support;
data.hsts_enabled = !!data.hsts_enabled;
data.hsts_subdomains = !!data.hsts_subdomains;