You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/08/31 11:02:50 UTC

[echarts-website] branch asf-site updated: remove condition for Vary header

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

wangzx pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bea1e37  remove condition for Vary header
bea1e37 is described below

commit bea1e377d237b5a54a45aa6ae7d2e5dd6b8de060
Author: Zhongxiang.Wang <yh...@all-my-life.cn>
AuthorDate: Tue Aug 31 19:02:32 2021 +0800

    remove condition for Vary header
---
 .htaccess | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.htaccess b/.htaccess
index ba3683b..a792c2b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,9 +6,7 @@ Header set Access-Control-Allow-Origin "https://echarts.apache.org"
 Header set Access-Control-Allow-Methods: "*"
 Header set Access-Control-Allow-Headers: "*"
 
-<FilesMatch "\.html$">
-  Header append Vary: "negotiate,accept-language,accept-charset"
-</FilesMatch>
+Header append Vary: "accept-language"
 
 <IfModule mod_expires.c>
   ExpiresActive on

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org