Diagnostic check should recognize that none is equivalent to noindex, nofollow #7426
Unanswered
BeansIsFat
asked this question in
Bitwarden Clients Q&A
Replies: 1 comment
|
The check we mainly do is to see if the headers Vaultwarden sets are removed or modified. Which in your example is the case. If we for some reason need to adjust something, and the headers are modified by something, we can't guarantee a good working environment anymore. So, the check and outcome is valid, while the value might be the same in the end result, it's not the recommended way. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The current diagnostic check for HTTP Response validation reports errors when
x-robots-tagdoes not containnoindexornofollow. These errors are even reported whenx-robots-tagcontainsnonewhich is equivalent tonoindex, nofollow. So the user falsely thinks their configuration fails to have the recommended robots protection intended by the developer.All reactions