Skip to content

Commit 8662d89

Browse files
authored
Merge pull request #262 from navjotmaan/fix-csp-docs
Docs: List default allowed domains in CSP builder (#247)
2 parents 5b2ff9f + 63e887c commit 8662d89

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

content/pages/tools/csp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ SetEnv CSP_PROJECT_DOMAINS "https://*.algolia.net/ https://*.algolianet.com/ htt
2727
Any hosts listed in the `CSP_PROJECT_DOMAINS` variable will be added to the default- and base source
2828
elements in the existing CSP header, and should suffice for the vast majority of projects.
2929

30+
The following domains are already allowed by default and do not need to be added:
31+
* `https://www.apachecon.com/`
32+
* `https://www.communityovercode.org/`
33+
* `https://*.apache.org/`
34+
* `https://apache.org/`
35+
* `https://*.scarf.sh/`
36+
3037
If you need more specifically tailored headers, please reach out to users@infra.apache.org
3138
and we can assist you.
3239

0 commit comments

Comments
 (0)