Also ignore registration, RSS, and some odd cronjob runner.

This commit is contained in:
David Yip 2014-02-06 11:15:39 -06:00 committed by Ivan Kozik
parent b3d97ebb67
commit 81a4e2b4b6

View File

@ -2,10 +2,13 @@
"name": "forums",
"type": "ignore_patterns",
"patterns": [
"cron%.php%?",
"external%.php%?type=rss",
"login%.php%?",
"newreply%.php%?",
"subscription%.php%?",
"private%.php%?",
"search%.php%?do=finduser"
"register%.php%?",
"sendmessage%.php%?",
"subscription%.php%?",
]
}