diff --git a/README.md b/README.md index 00ae537..a49ce6d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Matomo is the leading Free/Libre open analytics platform. At the end of the five Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! -**Shipped version:** 4.15.1~ynh1 +**Shipped version:** 4.15.1~ynh2 **Demo:** https://demo.matomo.org diff --git a/README_fr.md b/README_fr.md index b35e6c1..1cf8d66 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Matomo est la principale plateforme d'analyse ouverte Free/Libre. À la fin du p Matomo se veut une alternative logicielle gratuite à Google Analytics et est déjà utilisé sur plus de 1 400 000 sites Web. La confidentialité est intégrée ! -**Version incluse :** 4.15.1~ynh1 +**Version incluse :** 4.15.1~ynh2 **Démo :** https://demo.matomo.org diff --git a/conf/nginx.conf b/conf/nginx.conf index a0d8c19..54b5309 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,6 +7,7 @@ location ^~ __PATH__/ { more_set_headers "Referrer-Policy: origin always"; more_set_headers "X-Content-Type-Options: nosniff"; more_set_headers "X-XSS-Protection: 1; mode=block"; + more_set_headers "Access-Control-Allow-Origin: *"; index index.php; diff --git a/manifest.toml b/manifest.toml index f0bcf84..3721a02 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,10 +2,10 @@ packaging_format = 2 id = "matomo" name = "Matomo" -description.en = "Open source analytics platform for measuring Web statistics" -description.fr = "Plateforme d'analyse open source de mesure de statistiques Web" +description.en = "Analytics platform for measuring Web statistics" +description.fr = "Plateforme d'analyse de mesure de statistiques Web" -version = "4.15.1~ynh1" +version = "4.15.1~ynh2" maintainers = [] @@ -35,8 +35,8 @@ ram.runtime = "50M" default = "/matomo" [install.init_main_permission] - help.en = "If enabled, Matomo will be accessible by people who do not have an account. This can be changed later via the webadmin." - help.fr = "Si cette case est cochée, Matomo sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + help.en = "If visitors enabled, Matomo will be accessible by people who do not have an account. This can be changed later via the webadmin." + help.fr = "Si visiteurs est cochée, Matomo sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." type = "group" default = "visitors"