Hi, I would like to use textile in my application, but would only like to allow certain tags, anyone aware of a way of doing this? Thanks, Josh -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Apr-29 17:44 UTC
Re: Textile - how to onl allow certain tags?
On Apr 29, 8:47 am, josh <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > I would like to use textile in my application, but would only like to > allow certain tags, anyone aware of a way of doing this? > > Thanks, > Josh > > -- > Posted viahttp://www.ruby-forum.com/.#sanitize has VERBOTEN_TAGS and VERBOTEN_ATTRS switches: http://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#M000626 OTW, google whitelist: http://www.kookdujour.com/blog/details/11 http://svn.techno-weenie.net/projects/plugins/white_list --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---