From 6241bdc8ce65d245f1e79b402533dc7306db576e Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Wed, 6 Sep 2017 14:57:14 +0200 Subject: [PATCH] Easy activation of Access-Control-Allow-Origin for eot|ttf|otf|woff files --- apache/files/evolinux-custom.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apache/files/evolinux-custom.conf b/apache/files/evolinux-custom.conf index cc5d73be..64d8f97a 100644 --- a/apache/files/evolinux-custom.conf +++ b/apache/files/evolinux-custom.conf @@ -20,3 +20,7 @@ SetEnvIf User-Agent "ApacheBench" GoAway=1 ##SSLUseStapling on ##SSLStaplingCache shmcb:${APACHE_RUN_DIR}/stapling-cache(150000) # + +# +# Header set Access-Control-Allow-Origin "*" +#