myexperiment-hackers
[Top][All Lists]
Advanced

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

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


From: noreply
Subject: [myexperiment-hackers] [2243] trunk/vendor/plugins/white_list/lib/white_list_helper.rb: added " value" to allowable attributes in the HTML white list
Date: Wed, 8 Jul 2009 07:55:38 -0400 (EDT)

Revision
2243
Author
dgc
Date
2009-07-08 07:55:38 -0400 (Wed, 08 Jul 2009)

Log Message

added "value" to allowable attributes in the HTML white list

Modified Paths

Diff

Modified: trunk/vendor/plugins/white_list/lib/white_list_helper.rb (2242 => 2243)


--- trunk/vendor/plugins/white_list/lib/white_list_helper.rb	2009-07-08 11:21:19 UTC (rev 2242)
+++ trunk/vendor/plugins/white_list/lib/white_list_helper.rb	2009-07-08 11:55:38 UTC (rev 2243)
@@ -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)
+WhiteListHelper.attributes = %w(href src width height alt cite datetime title class style 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]