alamb commented on code in PR #173:
URL: https://github.com/apache/datafusion-site/pull/173#discussion_r3214685827
##########
.htaccess:
##########
@@ -25,3 +25,8 @@ RewriteRule ^.*$ %1/ [R=301,L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{REQUEST_URI} !/output/
RewriteRule ^(.*)$ output/$1 [L]
+
+# CSP permissions for datafusion.apache.org
+# Adding 3rd party service Giscus – Enable Giscus comments for Datafusion blog
posts.
+# Approved by VP Data Privacy on 2026-05-09.
Review Comment:
I double checked the relevant mailing list ([email protected]) and confirm
we got approval:
- https://lists.apache.org/thread/bx9gll7gz0ol74kh7g43tocmnxy16z76
I am not sure what permissions are required to view that post, but I think
it is important to have a link there for the future
##########
.htaccess:
##########
@@ -25,3 +25,8 @@ RewriteRule ^.*$ %1/ [R=301,L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{REQUEST_URI} !/output/
RewriteRule ^(.*)$ output/$1 [L]
+
+# CSP permissions for datafusion.apache.org
+# Adding 3rd party service Giscus – Enable Giscus comments for Datafusion blog
posts.
+# Approved by VP Data Privacy on 2026-05-09.
Review Comment:
```suggestion
# Approved by VP Data Privacy on 2026-05-09.
# See https://lists.apache.org/thread/bx9gll7gz0ol74kh7g43tocmnxy16z76
# (requires login to view)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]