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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

CONFIG

Top

text_only

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

AUTHOR

Top

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger, Regexp::Common::profanity_us


Plagger documentation  | view source Contained in the Plagger distribution.