Opened 13 years ago
Closed 12 years ago
#7874 closed defect (duplicate)
dojox.html.metrics SSL mixed content issue
Reported by: | James Burke | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dojox | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See this forum thread for the discussion: http://www.dojotoolkit.org/forum/dojox-dojox/dojox-support/non-secure-items-message
Quote: To workaround, if you add the line: f.src = dojo.moduleUrl("dojo", "resources/blank.html"); BEFORE the iframe is appended to the body, your IE security message popup will disappear. I made this modification in my local sandbox and I'm able to run the grid tests without this popup.
I would expand on this to say it should look like:
dojo.moduleUrl("dojo", "resources/blank.html"); |
so that it can work in xdomain situations.
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from Adam Peller to Bryan Forbes |
---|
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #7571. I'm copying the information here to there.