This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch new-static-prod
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/new-static-prod by this push:
new 3da51be1 Remove CSP override from .htaccess
3da51be1 is described below
commit 3da51be1e6074791ca7bf582fbefbbff2bd923ba
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Jan 8 00:59:53 2026 -0800
Remove CSP override from .htaccess
Address https://github.com/apache/pinot-site/issues/153 and
https://github.com/apache/pinot-site/issues/154
---
.htaccess | 2 --
1 file changed, 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index fbb7d6ca..de377bfe 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1 @@
ErrorDocument 404 /404.html
-# CSP permissions for spark.apache.org - Adding 3rd party service Algolia.
-SetEnv CSP_PROJECT_DOMAINS "https://*.algolia.net/ https://*.algolianet.com/
https://*.algolia.io/"
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]