I think I found a bug but not sure. Can someone else verify on their installation? I'm using 2.9.2
When at default setting for privacy, source displays:
<meta name="robots" content="index,follow" />
When privacy set to block, source displays:
<meta name='robots' content='noindex,nofollow' />
Notice the double versus single quotes.