Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8, 1.8.1, 1.8.2, 1.8.3
-
Component/s: HTML Editor, Libraries
-
Labels:None
-
Environment:All Server Enviroments
-
Database:Any
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
Description
When loading a page using the HTMLAREA using IE6 on an all SSL enabled site, the default iframe source is about:blank. This produces a security warning about viewing mixed security content. The problem is that IE does not view about:blank as a secure source.
The fix is to change this file:
/lib/editor/htmlarea/lang/eng.php
Search for about:blank and point to to a blank page hosted on the moodle installation.
Correction, the file to edit is here:
/html/lib/editor/htmlarea/htmlarea.php