diff --git a/flash/DojoExternalInterface.as b/flash/DojoExternalInterface.as index 37fa6daac3..ad9af52160 100644 --- a/flash/DojoExternalInterface.as +++ b/flash/DojoExternalInterface.as @@ -28,7 +28,8 @@ class DojoExternalInterface{ DojoExternalInterface.available = ExternalInterface.available; // make sure we can play nice in XD settings - System.security.allowDomain(unescape(_root.xdomain)); + // Note, this has been commented out as it may expose a cross domain sec issue + //System.security.allowDomain(unescape(_root.xdomain)); } /** Called when we are finished adding methods through addCallback. */ diff --git a/storage/Storage.swf b/storage/Storage.swf index 9a09f70f91..dc95378a38 100644 Binary files a/storage/Storage.swf and b/storage/Storage.swf differ