From dbc3fb86c3614f282b9ce157ea41649a029750e1 Mon Sep 17 00:00:00 2001 From: Ramazan Yilmaz Date: Wed, 11 Oct 2023 16:45:10 +0200 Subject: [PATCH] Update static web app config --- docs/staticwebapp.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/staticwebapp.config.json b/docs/staticwebapp.config.json index c99f512..c85c212 100644 --- a/docs/staticwebapp.config.json +++ b/docs/staticwebapp.config.json @@ -1,10 +1,10 @@ { "forwardingGateway": { "requiredHeaders": { - "X-Azure-FDID": "${{ secrets.AZURE_FRONTDOOR_ID }}" + "X-Azure-FDID": "4f92c597-5a53-4c0e-9031-a81baf034c20" }, "allowedForwardedHosts": [ - "${{ secrets.BLOG_DOMAIN }}" + "sitecore.merkle.com" ] } } \ No newline at end of file