mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Remove X-Robots-Tag header
This commit is contained in:
parent
d992dd3794
commit
1705ccb961
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ location __PATH__/ {
|
|||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Robots-Tag none;
|
||||
add_header X-Download-Options noopen;
|
||||
add_header X-Permitted-Cross-Domain-Policies none;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Grav - Grav is a modern open source flat-file CMS",
|
||||
"fr": "Grav - Grav is a modern open source flat-file CMS"
|
||||
},
|
||||
"version": "1.5.3~ynh2",
|
||||
"version": "1.5.3~ynh3",
|
||||
"url": "https://www.getgrav.org/",
|
||||
"license": "MIT-0",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Add table
Reference in a new issue