My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

The xssinterface javascript library enables communication of multiple pages (or pages and iframes) via javascript functions across domain boundaries. This may be useful for websites that want to expose a limited javascript interface to embedded widgets.

xssinterface is not a library to perform XSS attacks. To the contrary, it enables javascript messaging between pages from different origins using explicit white-list authorization to prevent XSS security holes.

xssinterface works in all browsers that support the postMessage() interface and implements a fallback mechanism that works in most current browsers.

PS: If you want a commit bit, feel free to ask :)

Powered by Google Project Hosting