Skip to content
amplifi edited this page Jun 29, 2017 · 1 revision

SanitizeFieldsForm

(Preliminary; this is part of PR #1395, which has not been merged yet).

core.form_mixins.SanitizeFieldsForm must be added to all forms that accept user input. It makes sure all fields are sanitized (HTML tags and emojis removed; strings cannot start with +, -, @ or =.

Clone this wiki locally