ScallyWhack/Rules/420000

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

History

rev:1
Initial version.