Uh oh!
There was an error while loading. Please reload this page.
Change the default header of X-Robots-Tag to "noindex, nofollow" - #299
Conversation
There was a problem hiding this comment.
Thanks for opening this pull request! Be sure to follow the pull request template!
LinuxServer-CI
commented
Mar 21, 2023
I am a bot, here are the test results for this PR: |
Pretty sure when it comes to header detection, Nextcloud looks for an exact match of whatever parameter they like, and if it doesn't match exactly, it complains. It's pretty poor implementation. |
thespad
commented
Mar 21, 2023
Yeah, but in previous versions they were happy with |
stavros-k
commented
Mar 21, 2023
|
Description:
NC 26 shows the bellow warning:
Benefits of this PR and context:
Partially fixes#298
Follow upstream nextcloud suggestions
How Has This Been Tested?
Manually made the changes on my instance, restarted it and warning was gone.
Also checked headers in the dev tools in browser
Source / References: