summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/sanitization_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds v-pre to code blocks in commentsPhil Hughes2016-10-041-1/+1
* Fix the leak mentioned in 504a3b5 by another wayAhmad Sherif2016-09-231-29/+31
* Revert "Fix a memory leak caused by Banzai::Filter::SanitizationFilter"Ahmad Sherif2016-09-231-3/+1
* Fix a memory leak caused by Banzai::Filter::SanitizationFilterfix/sanitization-filter-leakAhmad Sherif2016-08-141-1/+3
* Use a case-insensitive comparison in sanitizing URI schemesStan Hu2016-05-091-1/+1
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-241-3/+0
* Be more intelligent about sanitizing links with unsafe protocolsrs-issue-14220Robert Speicher2016-03-141-2/+7
* Sanitize `vbscript:` linksrs-data-linksRobert Speicher2016-02-231-1/+3
* Sanitize `data:` linksRobert Speicher2016-02-211-4/+4
* Make Pipelines responsible for defining their custom whitelistrs-whitelist-in-pipelineRobert Speicher2016-02-031-8/+1
* Whitelist raw "abbr" elements when parsing MarkdownBenedict Etzel2016-01-231-0/+4
* Prevent circular reference error in BanzaiDouwe Maan2016-01-141-1/+0
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+99