Skip to content

Commit

Permalink
chore(http): Add 'CSP' to Content-Security-Policy header page
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth committed Jan 15, 2025
1 parent e03cb03 commit 7cbfa01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions files/en-us/web/http/headers/content-security-policy/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Content-Security-Policy
title: Content-Security-Policy (CSP)
short-title: Content-Security-Policy
slug: Web/HTTP/Headers/Content-Security-Policy
page-type: http-header
browser-compat: http.headers.Content-Security-Policy
Expand All @@ -10,7 +11,7 @@ browser-compat: http.headers.Content-Security-Policy
The HTTP **`Content-Security-Policy`** response header allows website administrators to control resources the user agent is allowed to load for a given page. With a few exceptions, policies mostly involve specifying server origins and script endpoints.
This helps guard against {{Glossary("cross-site scripting")}} attacks.

For more information, see the introductory article on [Content Security Policy (CSP)](/en-US/docs/Web/HTTP/CSP).
See the [Content Security Policy (CSP)](/en-US/docs/Web/HTTP/CSP) guide for details about how a CSP is delivered to the browser, what it looks like, along with use cases and deployment strategies.

<table class="properties">
<tbody>
Expand Down

0 comments on commit 7cbfa01

Please sign in to comment.