Changeset 5587 in subversion
- Timestamp:
- Dec 9, 2011 4:14:45 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/tests/mailfunc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/tests/mailfunc.php
r5462 r5587 93 93 { 94 94 $part = $this->get_html_part('src/BID-26800.txt'); 95 $washed = rcmail_ print_body($part, array('safe' => true));95 $washed = rcmail_html4inline(rcmail_print_body($part, array('safe' => true)), 'dabody', '', $attr, true); 96 96 97 97 $this->assertNoPattern('/alert|expression|javascript|xss/', $washed, "Remove evil style blocks");
Note: See TracChangeset
for help on using the changeset viewer.
