r73911 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73910‎ | r73911 | r73912 >
Date:15:41, 28 September 2010
Author:demon
Status:ok (Comments)
Tags:
Comment:
Followup r73880, forgot to give kbd and samp their attribute whitelists
Modified paths:
  • /trunk/phase3/includes/Sanitizer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Sanitizer.php
@@ -1449,8 +1449,8 @@
14501450 'cite' => $common,
14511451 'dfn' => $common,
14521452 'code' => $common,
1453 - # samp
1454 - # kbd
 1453+ 'samp' => $common,
 1454+ 'kbd' => $common,
14551455 'var' => $common,
14561456 'abbr' => $common,
14571457 # acronym

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73880More bug 671: whitelist <kbd> and <samp> for user input. Followup per r70164'...demon11:12, 28 September 2010

Comments

#Comment by Brion VIBBER (talk | contribs)   15:56, 28 September 2010

d'oh -- I keep hitting 'fixme' :P it's ok :D

Status & tagging log