NAME
Plagger::Plugin::Filter::TTP - Replace ttp:// with http://
SYNOPSIS
- module: Filter::TTP
DESCRIPTION
This plugin replaces ttp://
with http://
. ttp://
is a widely adopted way of linking an URL without leaking a referer.
CONFIG
- text_only
-
When set to 1, uses HTML::Parser to avoid replacing
ttp://
inside HTML attributes. Defaults to 0.
AUTHOR
Matsuno Tokuhiro
Tatsuhiko Miyagawa