Skip to content

Commit

Permalink
Updates README.
Browse files Browse the repository at this point in the history
Removing notes because that information is not accurate any more.
  • Loading branch information
Stephen Hurwitz committed Jun 15, 2015
1 parent 00809b6 commit 8bd41bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,3 @@ Any iframes on the parent page with the `seamless` attribute set will be effecte

* _allowed_domains_: Domain whitelist used for `window.postMessage`. If the domains of the frame and parent are not included, one or both will not respond to messages.
* _target_origin_: targetOrigin value used for window.postMessage. Defaults to `*`.

## Notes

* As stated above, this is experimental code. I have not used this in a live production environment and it has not gone through any code reviews.
* I am not providing minified scripts because you really should modify the allowed origins to prevent this method from being accessed by other windows.
* This implementation hasn't been tested on Internet Explorer. I will do this when I have more time available. You should give your iframes a sensible height to start with. Testing is a big "todo".

0 comments on commit 8bd41bb

Please sign in to comment.