Skip to content
Snippets Groups Projects
Commit d8ff4f14 authored by Sunny Ripert's avatar Sunny Ripert
Browse files

Sanitization documentation update #1

parent a8cc42e9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
@@ -28,5 +28,6 @@ valign, value, vspace, width
 
## ALLOWED PROTOCOLS
 
a href: http, https, mailto
img src: http, https
\ No newline at end of file
a href: http, https, mailto, ftp, irc, apt
img src: http, https
form action: http, https
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment