| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
remove_xpaths.
|
| |
|
|
|
|
| |
Loofah fragment returns Loofah fragment. Added tests for this.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ability to stop traversing by returning STOP from scrub_node.
|
|
|
|
| |
be compliant. Updated documentation for PermitScrubber and TargetScrubber for clarity.
|
|
|
|
| |
subclasses. Renamed should_remove_attributes? to should_scrub_attributes?.
|
|
|
|
| |
which is more general, while still allowing maximum code reuse.
|
|
|
|
| |
PermitScrubber easier to subclass.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
splat operator.
|
|
|
|
| |
xpath subtrees.
|
| |
|
| |
|
|
|
|
| |
should_allow_form_tag test creation.
|
|
|
|
| |
Loofah already deals with this.
|
| |
|
| |
|
| |
|
|
Implemented ActionView: FullSanitizer, LinkSanitizer and WhiteListSanitizer in sanitizers.rb.
Deprecated protocol_separator and bad_tags.
Added new tests in sanitizers_test.rb and reimplemented assert_dom_equal with Loofah.
|