From 634f8f15934b778ebb4547c015bcc5dbe4fb66b6 Mon Sep 17 00:00:00 2001 From: fuomag9 <1580624+fuomag9@users.noreply.github.com> Date: Wed, 4 Mar 2026 01:52:34 +0100 Subject: [PATCH] fix WafFields: add missing waf_enabled hidden input The enabled switch state was never submitted to the form, so the host WAF config was always saved as enabled: false regardless of the toggle. Co-Authored-By: Claude Sonnet 4.6 --- src/components/proxy-hosts/WafFields.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/proxy-hosts/WafFields.tsx b/src/components/proxy-hosts/WafFields.tsx index 2bfcadce..31c0a443 100644 --- a/src/components/proxy-hosts/WafFields.tsx +++ b/src/components/proxy-hosts/WafFields.tsx @@ -42,6 +42,7 @@ export function WafFields({ value, showModeSelector = true }: Props) { }} > +