------------------------------------------------------------
revno: 1014
committer: bassel <[email protected]>
branch nick: aikiframework
timestamp: Mon 2012-01-09 17:34:07 +0200
message:
  disabled iframe security removal for now
modified:
  libs/security.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/security.php'
--- libs/security.php	2011-11-08 13:42:45 +0000
+++ libs/security.php	2012-01-09 15:34:07 +0000
@@ -46,7 +46,7 @@
 
 		$text = preg_replace("/\<script(.*)\>(.*)\<\/script\>/Ui", "", $text);
 
-		$text = preg_replace("/\<iframe(.*)\>(.*)\<\/iframe\>/Ui", "", $text);
+		//$text = preg_replace("/\<iframe(.*)\>(.*)\<\/iframe\>/Ui", "", $text);
 
 		return $text;
 	}

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to