Skip to content

Commit

Permalink
Remove cross-domain option for flash version of dojox/storage
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit c1ae4d6
Author: Dylan Schiemann <[email protected]>
Date:   Tue Feb 21 14:31:27 2017 -0700

    remove cross-browser option for Flash storage
  • Loading branch information
dylans committed Feb 24, 2017
1 parent 2c8df0f commit a379bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flash/DojoExternalInterface.as
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
Binary file modified storage/Storage.swf
Binary file not shown.

0 comments on commit a379bd7

Please sign in to comment.