Skip to content

Commit 88cac4d

Browse files
committed
tweaks
1 parent 36b7b8d commit 88cac4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure security headers with Standard/Premium Rule Set
33
titleSuffix: Azure Front Door
4-
description: Learn how to use Azure Front Door Standard/Premium rule sets to configure security headers and prevent browser-based vulnerabilities..
4+
description: Learn how to use Azure Front Door Standard/Premium rule sets to configure security headers and prevent browser-based vulnerabilities.
55
services: frontdoor
66
author: duongau
77
ms.service: azure-frontdoor
@@ -14,7 +14,7 @@ ms.author: yuajia
1414

1515
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.
1616

17-
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://contoso.azure-api.net** to run on our application.
17+
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://contoso.azure-api.net` to run on our application.
1818

1919
## Prerequisites
2020

@@ -44,11 +44,11 @@ The following example shows you how to add a Content-Security-Policy header to a
4444

4545
### Deleting a Rule
4646

47-
In the preceding steps, you configured Content-Security-Policy header with Rule set. If you no longer want a rule, you can select the Rule Set name and then select Delete rule.
47+
In the preceding steps, you configured Content-Security-Policy header with Rule set. If you no longer want a rule, you can select the **Rule Set** and then select **Delete rule**.
4848

4949
### Deleting a Rule Set
5050

51-
If you want to delete a Rule Set, make sure you disassociate it from all routes before deleting. For detailed guidance on deleting a rule set, see [Configure your rule set](how-to-configure-rule-set.md).
51+
If you want to delete a Rule Set, make sure you disassociate it from all routes before deleting. For detailed guidance on deleting a rule set, see [Configure rule sets in Azure Front Door](how-to-configure-rule-set.md).
5252

5353
## Next step
5454

0 commit comments

Comments
 (0)