We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b2ff9f + 63e887c commit 8662d89Copy full SHA for 8662d89
1 file changed
content/pages/tools/csp.md
@@ -27,6 +27,13 @@ SetEnv CSP_PROJECT_DOMAINS "https://*.algolia.net/ https://*.algolianet.com/ htt
27
Any hosts listed in the `CSP_PROJECT_DOMAINS` variable will be added to the default- and base source
28
elements in the existing CSP header, and should suffice for the vast majority of projects.
29
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
+
37
If you need more specifically tailored headers, please reach out to users@infra.apache.org
38
and we can assist you.
39
0 commit comments