From 12f022fbbb784760fe8cea343a36efcc7efb31d2 Mon Sep 17 00:00:00 2001 From: jessieyyt <131130380+jessieyyt@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:30:21 +0800 Subject: [PATCH] Update staticwebapp.config.json --- src/staticwebapp.config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/staticwebapp.config.json b/src/staticwebapp.config.json index 146f17a..0c90f3b 100644 --- a/src/staticwebapp.config.json +++ b/src/staticwebapp.config.json @@ -2,5 +2,10 @@ "networking": { "allowedIpRanges": ["AzureFrontDoor.Backend"] - } + }, + "requiredHeaders": + { + "X-Azure-FDID" : "76c51bc6-532e-452b-9220-698ac75096ab" + }, + "allowedForwardedHosts": [ "yyt-swa-byoafd-test-afd-fzgvc5bpdsbub5d3.b02.azurefd.net" ] }