<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{HTTP_REFERER} !^http://.*example\.com [NC]
RewriteRule .* - [F,L]
</IfModule>
I do block posts unless POST from my site.
- - -
[edited by: keyplyr at 1:41 am (utc) on Jul 6, 2018]
[edit reason] clean-up [/edit]