套件: ruby-sanitize (2.1.0-2)
ruby-sanitize 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-sanitize:
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Jonas Genannt
外部的資源:
- 主頁 [github.com]
相似套件:
whitelist-based HTML sanitizer
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.
Because it's based on Nokogiri, a full-fledged HTML parser, rather than a bunch of fragile regular expressions, Sanitize has no trouble dealing with malformed or maliciously-formed HTML and returning safe output.
其他與 ruby-sanitize 有關的套件
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-nokogiri
- HTML, XML, SAX, and Reader parser for Ruby