myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2279] trunk/vendor/plugins/white_list/lib/white_


From: noreply
Subject: [myexperiment-hackers] [2279] trunk/vendor/plugins/white_list/lib/white_list_helper.rb: removed " style" from allowed attributes
Date: Tue, 6 Oct 2009 21:08:49 -0400 (EDT)

Revision
2279
Author
dgc
Date
2009-10-06 21:08:49 -0400 (Tue, 06 Oct 2009)

Log Message

removed "style" from allowed attributes

Modified Paths

Diff

Modified: trunk/vendor/plugins/white_list/lib/white_list_helper.rb (2278 => 2279)


--- trunk/vendor/plugins/white_list/lib/white_list_helper.rb	2009-10-05 14:43:01 UTC (rev 2278)
+++ trunk/vendor/plugins/white_list/lib/white_list_helper.rb	2009-10-07 01:08:49 UTC (rev 2279)
@@ -93,5 +93,5 @@
 
 WhiteListHelper.bad_tags   = %w(script div span fieldset legend style)
 WhiteListHelper.tags       = %w(strong em b i u p code pre tt output samp kbd var sub sup dfn cite big small address hr br h1 h2 h3 h4 h5 h6 ul ol li dt dd abbr acronym a img blockquote del ins)
-WhiteListHelper.attributes = %w(href src width height alt cite datetime title class style value)
+WhiteListHelper.attributes = %w(href src width height alt cite datetime title class value)
 WhiteListHelper.protocols  = %w(ed2k ftp http https irc mailto news gopher nntp telnet webcal xmpp callto feed)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]