Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added comment removal. Changed definitation of remove_xpaths to not use a spl... | Timm | 2014-06-15 | 1 | -11/+24 |
* | Extracted the xpath removals into some new API that allows users to remove xp... | Timm | 2014-06-15 | 1 | -2/+8 |
* | Added removal of script tags to WhiteListSanitizer. | Timm | 2014-06-15 | 1 | -0/+1 |
* | Added guard clauses to FullSanitizer. | Timm | 2014-06-15 | 1 | -1/+6 |
* | bad_tags include form since we remove it. Also to prevent a should_allow_form... | Timm | 2014-06-15 | 1 | -1/+1 |
* | Removed the contains_bad_protocols? method as well as the tests for it. Loofa... | Timm | 2014-06-15 | 1 | -8/+2 |
* | Reordered form removal with stripping. | Timm | 2014-06-15 | 1 | -4/+7 |
* | Added PermitScrubber which allows you to permit elements for sanitization. | Timm | 2014-06-15 | 2 | -13/+85 |
* | Removed duplication in the deprecated methods. | Timm | 2014-06-15 | 1 | -5/+5 |
* | Added Loofah as a dependency in actionview.gemspec. | Timm | 2014-06-11 | 1 | -0/+116 |