Uh oh!
There was an error while loading. Please reload this page.
Change X-Robots-Tag header from "none" to "noindex, nofollow" - #36689
Conversation
MichaIng
commented
Feb 13, 2023
/backport to stable25 |
MichaIng
commented
Feb 13, 2023
/backport to stable24 |
Uh oh!
There was an error while loading. Please reload this page.
78d6908 to
ad2c43bCompareMichaIng
commented
Feb 13, 2023
This btw means that all admin, who did not have a warning before, do now see it, until their
|
szaimen
commented
Feb 13, 2023
Actually the .htaccesss is delivered with the Nextcloud archive so it should usually be overwritten with the new one upon updating. |
MichaIng
commented
Feb 13, 2023
The bottom section is however a custom one and preserved on update, so it is not just replaced. I actually never check whether the top section is updated. |
szaimen
commented
Feb 13, 2023
It is not preserved upon update IIRC. |
MichaIng
commented
Feb 13, 2023
It is, or otherwise |
I see. I thought the file would always get updated since it must have the latest changes... |
MichaIng
commented
Feb 13, 2023
Quite possible (and would be reasonable) if the bottom section of the old |
- DietPi-Software | Change X-Robots-Tag header from "none" to "noindex, nofollow": nextcloud/server#36689
nickvergessen
commented
Feb 14, 2023
Not my area of expertise, so removing my review as I'm overloaded at the moment |
Uh oh!
There was an error while loading. Please reload this page.
ChristophWurst
left a comment
There was a problem hiding this comment.
Not an expert here either but looks good
Nginx doc should definitely be updated and this needs to be mentioned in the admin doc changes of 27
Uh oh!
There was an error while loading. Please reload this page.
The This means Apache users with |
st3iny
commented
Feb 16, 2023
Integration test failures do not seem to be related: |
For reference: nextcloud/server#36689 Signed-off-by: MichaIng <micha@dietpi.com>
For reference: nextcloud/server#36689 Signed-off-by: MichaIng <micha@dietpi.com>
szaimen
commented
Feb 16, 2023
CI failure unrelated |
DaphneMuller
commented
Feb 21, 2023
hello @MichaIng |
MichaIng
commented
Feb 21, 2023
Hi Daphne, the documentation change has been merged already, so not pending anymore: nextcloud/documentation#9635 |
DaphneMuller
commented
Feb 21, 2023
thank you for your lightning fast reply and for removing the pending documentation label @MichaIng !❤️ |
Upstream did so in nextcloud/server#36689 and Nextcloud now complains that The "X-Robots-Tag" HTTP header is not set to "noindex, nofollow". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.
Upstream did so in nextcloud/server#36689 and Nextcloud now complains that The "X-Robots-Tag" HTTP header is not set to "noindex, nofollow". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly. (cherry picked from commit 15b859c)
Summary
While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_nameshttps://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-listhttps://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240
TODO
Checklist