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
Copy file name to clipboardExpand all lines: guides/csp-configuration.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@ sidebarTitle: "CSP configuration"
4
4
description: "Domain whitelist and header configurations for reverse proxies, firewalls, and networks that enforce strict security policies."
5
5
---
6
6
7
-
Content Security Policy (CSP) is a security standard that helps prevent cross-site scripting (XSS) attacks by controlling which resources a web page can load. If you host your documentation behind a reverse proxy or firewall, you may need to configure CSP headers for features to function properly.
8
-
9
-
Without proper CSP configuration, users may experience broken styling, non-functional interactive elements, or security warnings in their browser console.
7
+
Content Security Policy (CSP) is a security standard that helps prevent cross-site scripting (XSS) attacks by controlling which resources a web page can load. Mintlify serves a default CSP that protects most sites. If you host your documentation behind a reverse proxy or firewall, that overwrites the default CSP, you may need to configure CSP headers for features to function properly.
0 commit comments