Closed (duplicate)
Project:
Embed filter
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2007 at 04:09 UTC
Updated:
24 Sep 2007 at 21:34 UTC
In the Embed Filter settings page, the discription under the Allowed hosts field goes something like
Each host name or base URL from which <object>, <embed> or <script> tags should....
Because the
, and tags aren't escaped as html charaters, browsers (IE in particular) will not display the rest of the page as they're treated as proper tags as opposed to just text. IE just doesn't display the page in full, whereas Firefox ignored that and so it's functional and doesn't look like it's a problem. The solution is to go though the embedfiler.module file and convert every < symbol to < and every > symbol to >.
Comments
Comment #1
steven jones commentedDuplicate of #177828