fix: enhance security header profile handling in ProxyHost to support UUIDs and improve form data normalization

This commit is contained in:
GitHub Actions
2026-02-28 12:58:59 +00:00
parent cdf7948575
commit 5fe1cf9265
3 changed files with 63 additions and 8 deletions

View File

@@ -49,10 +49,10 @@ export interface ProxyHost {
description: string;
type: string;
} | null;
security_header_profile_id?: number | null;
security_header_profile_id?: number | string | null;
dns_provider_id?: number | null;
security_header_profile?: {
id: number;
id?: number;
uuid: string;
name: string;
description: string;