Forum Moderators: phranque
If you have no forms at all on your site, you could always block all POST requests with a line of code in the site configuration file.
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} !piwik
RewriteRule (^|\.html|/)$ - [F]
[edited by: phranque at 8:17 am (utc) on Jun 2, 2013]
[edit reason] clarify system tracks [/edit]