Skip to content

Commit

Permalink
Adding reference to updated chromeapp sample
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Aug 9, 2012
1 parent ca35535 commit 8a4d3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ in your app is a plain .js file that should not run into CSP issues.
}, },
``` ```
Sandboxed pages don't have extensions, app APIs or access to pages which are non-sandboxed, but can communicate Sandboxed pages don't have extensions, app APIs or access to pages which are non-sandboxed, but can communicate
with them using `postMessage()`. See [this example](https://github.com/GoogleChrome/chrome-app-samples/tree/master/eval-in-iframe) which demonstrates circumventing the problem. with them using `postMessage()`. See [this example](https://github.com/GoogleChrome/chrome-app-samples/tree/master/sandbox) which demonstrates circumventing the problem. This example compiles Handlebar templates in a sandboxed iframe and returns the generated HTML to the caller page.


> What could be more logical awesome than no logic at all? > What could be more logical awesome than no logic at all?
Expand Down

0 comments on commit 8a4d3f7

Please sign in to comment.