1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

Merge pull request #14 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2020-04-24 18:22:25 +02:00 committed by GitHub
commit a13cdbc223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ location __PATH__/ {
more_set_headers Strict-Transport-Security "max-age=15768000;"; more_set_headers Strict-Transport-Security "max-age=15768000;";
more_set_headers X-Content-Type-Options nosniff; more_set_headers X-Content-Type-Options nosniff;
more_set_headers X-Frame-Options "SAMEORIGIN"; more_set_headers X-Frame-Options "SAMEORIGIN";
more_set_headers X-XSS-Protection "1; mode=block"; more_set_headers "X-XSS-Protection 1; mode=block";
more_set_headers X-Robots-Tag none; more_set_headers X-Robots-Tag none;
more_set_headers X-Download-Options noopen; more_set_headers X-Download-Options noopen;
more_set_headers X-Permitted-Cross-Domain-Policies none; more_set_headers X-Permitted-Cross-Domain-Policies none;

View file

@ -6,7 +6,7 @@
"en": "A CMS with a focus on collaborative edition and multilingualism", "en": "A CMS with a focus on collaborative edition and multilingualism",
"fr": "Un CMS conçu pour l'édition collaborative et le multilinguisme" "fr": "Un CMS conçu pour l'édition collaborative et le multilinguisme"
}, },
"version": "3.2.7~ynh1", "version": "3.2.7~ynh2",
"url": "http://www.spip.net/", "url": "http://www.spip.net/",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"maintainer": { "maintainer": {