Created
January 21, 2014 18:20
-
-
Save montlebalm/8545286 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Goals for sandboxing: | |
- Prevent "F2.Events.emit = function() { }" hijacking | |
- Apps can sandbox themselves without the container | |
- Sandboxing is optional | |
- Sandboxed apps can emit global events | |
- Apps can be sandboxed with any app from any domain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment