diff options
author | swills <swills@FreeBSD.org> | 2011-10-03 01:14:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-03 01:14:09 +0800 |
commit | f2baf11e4bd92fc6d79fff269e2cc298c681b500 (patch) | |
tree | a6239423e769fe53b9f9c7c7061812d8a68888df /textproc/Makefile | |
parent | d1ea5289efce3601c89a6231ca126e6ffc2adadf (diff) | |
download | freebsd-ports-graphics-f2baf11e4bd92fc6d79fff269e2cc298c681b500.tar.gz freebsd-ports-graphics-f2baf11e4bd92fc6d79fff269e2cc298c681b500.tar.zst freebsd-ports-graphics-f2baf11e4bd92fc6d79fff269e2cc298c681b500.zip |
Sanitize is a whitelist-based HTML sanitizer. Given a list of
acceptable elements and attributes, Sanitize will remove all
unacceptable HTML from a string.
Using a simple configuration syntax, you can tell Sanitize to
allow certain elements, certain attributes within those elements,
and even certain URL protocols within attributes that contain URLs.
Any HTML elements or attributes that you don't explicitly allow
will be removed.
Author: Ryan Grove
WWW: https://github.com/rgrove/sanitize/
WWW: http://wonko.com/post/sanitize
PR: ports/158312
Submitted by: Eric Freeman <freebsdports@chillibear.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 42332aa77fc..e7a3501b40d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1221,6 +1221,7 @@ SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount + SUBDIR += rubygem-sanitize SUBDIR += rubygem-sass SUBDIR += rubygem-sax-machine SUBDIR += rubygem-spreadsheet |