Skip to content

Commit 23f8f60

Browse files
authored
Patch cross-link (#35556)
1 parent 6e0f3bb commit 23f8f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/fundamentals/startup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Control headers at startup in C# code using the following approaches.
526526
In the following examples, a [Content Security Policy (CSP)](https://developer.mozilla.org/docs/Web/HTTP/Guides/CSP) is applied to the app via a CSP header. The `{POLICY STRING}` placeholder is the CSP policy string. For more information on CSPs, see <xref:blazor/security/content-security-policy>.
527527

528528
> [!NOTE]
529-
> Headers can't be set after the response starts. The approaches in this section only set headers before the response starts, so the approaches described here are safe. For more information, see <xerf:blazor/components/httpcontext#dont-set-or-modify-headers-after-the-response-starts>.
529+
> Headers can't be set after the response starts. The approaches in this section only set headers before the response starts, so the approaches described here are safe. For more information, see <xref:blazor/components/httpcontext#dont-set-or-modify-headers-after-the-response-starts>.
530530
531531
### Server-side and prerendered client-side scenarios
532532

0 commit comments

Comments
 (0)