parses URLs and keeps only whitelisted or removes blacklisted parameters. Returns new full url, path or redacted query string only (optionally transformed to lower case)
- fixed case sensitivity for param names
- fixed template (picked wrong version - sorry!)
- added new option "Redact Path"
- enabled use of comma-separated lists of parameter names in a single list item for black- and whitelists
- added special matching option for parameter names in redaction feature
- UI fix (no functional changes)
- added regex and partial match for list items.
- added lowercase option.
- Initial release.