Skip to content

Commit

Permalink
Sanitization documentation update gollum#1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny committed Mar 22, 2013
1 parent a8cc42e commit d8ff4f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/sanitization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sanitization Rules
Gollum uses the [Sanitize](http://wonko.com/post/sanitize) gem for HTML
sanitization.

See `lib/gollum.rb` for actual settings.
See `lib/gollum-lib/sanitization.rb` for actual settings.

## ALLOWED TAGS

Expand All @@ -28,5 +28,6 @@ valign, value, vspace, width

## ALLOWED PROTOCOLS

a href: http, https, mailto
img src: http, https
a href: http, https, mailto, ftp, irc, apt
img src: http, https
form action: http, https

0 comments on commit d8ff4f1

Please sign in to comment.