File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,9 @@ Redirect permanent /datafusion-python https://datafusion.apache.org/python
24
24
25
25
# redirect all ballista URLs to new website
26
26
Redirect permanent /ballista https://datafusion.apache.org/ballista
27
+
28
+ # enable kapa.ai bot (GH-45665)
29
+ # See https://docs.kapa.ai/integrations/understanding-csp-cors and https://issues.apache.org/jira/browse/INFRA-26638
30
+ <IfModule mod_headers.c >
31
+ Header set Content-Security-Policy "default-src 'self' data: blob: 'unsafe-inline' https://www.apachecon.com/ https://www.communityovercode.org/ https://analytics.apache.org/; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org/ https://www.apachecon.com/ https://*.kapa.ai/; style-src 'self' 'unsafe-inline' https://*.kapa.ai/ data:; frame-ancestors 'self'; frame-src 'self' data: blob:; img-src 'self' data: https://*.apache.org/ https://www.apachecon.com/ https://*.kapa.ai/; worker-src 'self' data: blob:;"
32
+ </IfModule >
You can’t perform that action at this time.
0 commit comments