You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use "HTTP Content-Security-Policy response header" instead of "Content
Security Policy", to make it clear the header will be set.
- Instead of having a long list of examples in the guide, add a
description to each example.
Co-authored-by: Jonathan Hefner <[email protected]>
Copy file name to clipboardExpand all lines: guides/source/security.md
+33-28Lines changed: 33 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1075,17 +1075,14 @@ Here is a list of common headers:
1075
1075
***Access-Control-Allow-Origin:** Used to control which sites are allowed to bypass same origin policies and send cross-origin requests.
1076
1076
***Strict-Transport-Security:**[Used to control if the browser is allowed to only access a site over a secure connection](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security)
1077
1077
1078
-
### ContentSecurityPolicy
1078
+
### Content-Security-Policy Header
1079
1079
1080
1080
To help protect against XSS and injection attacks, it is recommended to define a
0 commit comments