This is an automated email from the ASF dual-hosted git repository.
jojochuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5c028f7e40 HDDS-15884. Allow GitHub avatar sources in blog CSP (#495)
5c028f7e40 is described below
commit 5c028f7e40134b3c4371fc2aef6644a9510867fd
Author: Arun <[email protected]>
AuthorDate: Sat Jul 18 03:29:51 2026 +0530
HDDS-15884. Allow GitHub avatar sources in blog CSP (#495)
---
static/.htaccess | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/static/.htaccess b/static/.htaccess
index 2a11664359..69e927118f 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -14,4 +14,5 @@
# limitations under the License.
# CSP permissions for ozone.apache.org - Adding 3rd party service Algolia.
Approved by VP Data Privacy.
-SetEnv CSP_PROJECT_DOMAINS "https://*.algolia.net/ https://*.algolianet.com/
https://*.algolia.io/"
+# GitHub avatars used on the blog contributor cards (HDDS-15884).
+SetEnv CSP_PROJECT_DOMAINS "https://*.algolia.net/ https://*.algolianet.com/
https://*.algolia.io/ https://github.com/ https://*.githubusercontent.com/"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]