You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. /pull/36689
Also noted in pinged issue for developers and admins: #34692 (comment)
I will never add another admin check change without linking/explaining the reason right within the admin panel, people just keep asking instead of reading 😄. I already have another important change in pipeline regarding the X-XSS-Protection header 🙈.
Bug description
After upgrading to 25.0.5, I've checked the admin dashboard, and the I had the following warning:
"The
X-Robots-Tag
header is not equal tonoindex, nofollow
."But I configured my web server to set this header to
none
which translates tonoindex, nofollow
.From my nginx configuration:
So I think the check should also include the
none
value.Steps to reproduce
X-Robots-Tag
header tonone
Expected behavior
No warning raised when using
none
for theX-Robots-Tag
header.Installation method
None
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
Irrelevant ?
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: