Closed
Description
Hi,
I would suggest that you add noindex to the index.html file by default, because some people expose the web interface to the internet as publicly available, and it would not be good if a simple Google search would find it.
To do that, simply add <meta name="robots" content="noindex">
line to the index.html
file.
I know, it's not a big deal, but maybe this trick will help to avoid hacking some installations.
Thanks!
Feriman