NAME

Plagger::Plugin::Filter::Profanity - Profanity filter for entry body

SYNOPSIS

- module: Filter::Profanity
  config:
    text_only: 1

DESCRIPTION

This plugin filters bad English terms into something like !@$~ using Regexp::Common::profanity_us.

CONFIG

text_only

When set to 1, uses HTML::Parser to avoid replacing bad terms inside HTML tags.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, Regexp::Common::profanity_us