Skip to content

Commit 86153f2

Browse files
authored
Remove extra character (#18143)
1 parent 2f125f1 commit 86153f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/security/blazor/server/threat-mitigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to mitigate security threats to Blazor Server apps.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 04/27/2020
8+
ms.date: 05/05/2020
99
no-loc: [Blazor, "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: security/blazor/server/threat-mitigation
1111
---
@@ -270,7 +270,7 @@ The guidance for securing ASP.NET Core apps apply to Blazor Server apps and are
270270

271271
* [Logging and sensitive data](#logging-and-sensitive-data)
272272
* [Protect information in transit with HTTPS](#protect-information-in-transit-with-https)
273-
* [Cross-site scripting (XSS)](#cross-site-scripting-xss))
273+
* [Cross-site scripting (XSS)](#cross-site-scripting-xss)
274274
* [Cross-origin protection](#cross-origin-protection)
275275
* [Click-jacking](#click-jacking)
276276
* [Open redirects](#open-redirects)

0 commit comments

Comments
 (0)