added "ad_conn bot_p" to check, whether request was initiated by a bot
This feature is based on a simple heuristic based on the user-agent…
Show more
added "ad_conn bot_p" to check, whether request was initiated by a botThis feature is based on a simple heuristic based on the user-agent(which can be certainly extended). It is useful to avoid e.g. Googlebot to run into "notifications subscribe" + login attempts, whichare useful for not-logged-in user, but not for bots. These attempslead to failures in google statistics that might reduce the googleranking of a web site.
Show less