Skip to content

Conversation

@bigpresh
Copy link

@bigpresh bigpresh commented Jun 20, 2023

Sometimes you'll need to be able to let some params not be scrubbed - so you can say e.g. ignore_params => qr/_html$/ to ignore any param name ending in _html, or ignore_params => [ qw(article_body excerpt )] etc.

New ignore_params option lets you do that.

Closes #1

Sometimes you'll need to be able to let some params not be scrubbed - so
you can say e.g. `ignore_params => qr/_html$/` to ignore any param name
ending in `_html`, or `ignore_params => [ qw(article_body excerpt )]`
etc.

New `ignore_params` option lets you do that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to specify parameters to ignore

1 participant