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" ] }