Skip to content

Commit 3b8810b

Browse files
committed
make it more clear this is an edge case
1 parent 3110072 commit 3b8810b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guides/csp-configuration.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ sidebarTitle: "CSP configuration"
44
description: "Domain whitelist and header configurations for reverse proxies, firewalls, and networks that enforce strict security policies."
55
---
66

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.
108

119
## CSP directives
1210

0 commit comments

Comments
 (0)