This is an automated email from the ASF dual-hosted git repository.

zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d6ef219392 IGNITE-26883 Updated .htaccess (#276)
d6ef219392 is described below

commit d6ef219392135279263e1443174b3be2f40dbb1b
Author: Alexey Alexandrov <[email protected]>
AuthorDate: Thu Oct 30 17:35:21 2025 +0200

    IGNITE-26883 Updated .htaccess (#276)
---
 .htaccess | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.htaccess b/.htaccess
index 0eaf38a6aa..dd4346f914 100644
--- a/.htaccess
+++ b/.htaccess
@@ -70,6 +70,10 @@ Header set Pragma "no-cache"
 Header set Expires 0
 </FilesMatch>
 
+<FilesMatch "\.(yaml|yml)$">
+  Header set Content-Disposition "attachment"
+</FilesMatch>
+
 </IfModule>
 
 

Reply via email to