Rule 420000: Inspect POST requests only
Purpose
Spam obviously must be submitted by (malicious) users and Trac accepts submissions only in the form of POST requests. So the purpose of this rule is to make sure only POST requests are checked to prevent wasting CPU cycles.
Example
n/a
Protected handlers
n/a
See also
- Related: rule 420001
History
- rev:1
- Initial version.
