- Timestamp:
- 09/08/10 12:02:13 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/lib/form/BaseaMediaVideoEmbedForm.class.php
r1628 r2146 25 25 { 26 26 // Don't let this become a way to embed arbitrary HTML 27 $value = trim(strip_tags($value, "<embed><object><param><applet> "));27 $value = trim(strip_tags($value, "<embed><object><param><applet><iframe>")); 28 28 // Kill any text outside of tags 29 29 if (preg_match_all("/<.*?>/", $value, $matches))

