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 &lt; and every > symbol to &gt;.

Comments

steven jones’s picture

Status: Active » Closed (duplicate)

Duplicate of #177828