Skip to content

Commit e38c394

Browse files
authored
Merge pull request #209994 from Harikrishnan-M-B/patch-3
Removed preview tag
2 parents 60e0981 + 31a89e2 commit e38c394

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

articles/frontdoor/standard-premium/how-to-add-security-headers.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure security headers with Azure Front Door Standard/Premium (Preview) Rule Set
2+
title: Configure security headers with Azure Front Door Standard/Premium Rule Set
33
description: This article provides guidance on how to use rule set to configure security headers.
44
services: frontdoor
55
author: duongau
@@ -9,20 +9,12 @@ ms.date: 02/18/2021
99
ms.author: yuajia
1010
---
1111

12-
# Configure security headers with Azure Front Door Standard/Premium (Preview) Rule Set
13-
14-
> [!Note]
15-
> This documentation is for Azure Front Door Standard/Premium (Preview). Looking for information on Azure Front Door? View [here](../front-door-overview.md).
12+
# Configure security headers with Azure Front Door Standard/Premium Rule Set
1613

1714
This article shows how to implement security headers to prevent browser-based vulnerabilities like HTTP Strict-Transport-Security (HSTS), X-XSS-Protection, Content-Security-Policy, or X-Frame-Options. Security-based attributes can also be defined with cookies.
1815

1916
The following example shows you how to add a Content-Security-Policy header to all incoming requests that matches the path in the Route. Here, we only allow scripts from our trusted site, **https://apiphany.portal.azure-api.net** to run on our application.
2017

21-
> [!IMPORTANT]
22-
> Azure Front Door Standard/Premium (Preview) is currently in public preview.
23-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
24-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
25-
2618
## Prerequisites
2719

2820
* Before you can configure configure security headers, you must first create a Front Door. For more information, see [Quickstart: Create a Front Door](create-front-door-portal.md).

0 commit comments

Comments
 (0)