Skip to content

Commit

Permalink
Fixed issue #8972: Currently only an administrator can save the link …
Browse files Browse the repository at this point in the history
…target in new window (_blank)
  • Loading branch information
c-schmitz committed Apr 16, 2014
1 parent 9c2aadf commit 85cc79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/core/LSYii_Validators.php
Expand Up @@ -108,6 +108,7 @@ public function xssFilter($value)
'HTML.SafeObject'=>true, // To allow including youtube
'Output.FlashCompat'=>true,
'Attr.EnableID'=>true, // Allow to set id
'Attr.AllowedFrameTargets', array('_blank','_self'),
'URI.AllowedSchemes'=>array(
'http' => true,
'https' => true,
Expand Down

0 comments on commit 85cc79c

Please sign in to comment.