Files
gitlabhq/lib
Douwe Maan 329e067ff1 Merge branch 'rs-dev-issue-2613' into 'master'
Add custom protocol whitelisting to SanitizationFilter

Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2613

We allow any protocol for autolinks: irc://irc.freenode.net/git

But manual Markdown links with the same protocol get sanitized: `[This will not be clickable](irc://irc.freenode.net/git)`: [This will not be clickable](irc://irc.freenode.net/git)

To get around this we have to first allow *all* protocols, and then manually clean dangerous (i.e., `javascript:`) protocols.

See merge request !1496
2015-11-02 10:49:46 +00:00
..
2015-10-29 14:21:24 +01:00
2015-10-21 12:13:09 +02:00
2015-02-02 21:31:03 -08:00
2015-10-03 01:29:58 -05:00
2014-08-14 15:48:14 +04:00
2015-05-11 18:21:45 +03:00