From cf4965c03e0146cfa26cc02c987046291ae9593f Mon Sep 17 00:00:00 2001 From: Vadim Isakov <43072246+Iaotle@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:13:51 +0200 Subject: [PATCH] Update proxy_host.js --- backend/models/proxy_host.js | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/models/proxy_host.js b/backend/models/proxy_host.js index 07aa5dd3c..87ce17826 100644 --- a/backend/models/proxy_host.js +++ b/backend/models/proxy_host.js @@ -21,6 +21,7 @@ const boolFields = [ 'enabled', 'hsts_enabled', 'hsts_subdomains', + 'enable_proxy_protocol' ]; class ProxyHost extends Model {