You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The "security and nonsecure items" message in IE is being caused by an issue in Dojo. For more, see the discussion on the WebWork forum.

There is a workaround available from the Dojo mailng list.

In short, line 79 in dojo/src/storage/browser.js

storeParts.push('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');

should be replaced with

storeParts.push('codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
  • No labels