WebAPI/EmbeddedBrowserAPI: Difference between revisions

Line 22: Line 22:
** Find in page - Search the text of an HTML document inside an iframe
** Find in page - Search the text of an HTML document inside an iframe
* Control iframe - Allow programmatic control of the iframe
* Control iframe - Allow programmatic control of the iframe
** '''Stop Load''' - Programatically stop the iframe from loading a document
** Stop Load - Programatically stop the iframe from loading a document
** '''Reload''' - Programmatically reload the contents of the iframe
** Reload - Programmatically reload the contents of the iframe
** Zoom - Programatically make the iframe content larger or smaller
** Zoom - Programatically make the iframe content larger or smaller
* Suppress some security measures
* Suppress some security measures
** '''Suppress XFrame-Options Header''' - Render the contents of a document inside the iframe, even if it was returned with an X-Frame-Options DENY or SAMEORIGIN header. (e.g. web sites like GMail which return this header to prevent phishing scams will still be rendered inside this special iframe).
** '''Suppress XFrame-Options Header''' - Render the contents of a document inside the iframe, even if it was returned with an X-Frame-Options DENY or SAMEORIGIN header. (e.g. web sites like GMail which return this header to prevent phishing scams will still be rendered inside this special iframe).
* Manage some window.* APIs
* Manage some window.* APIs
** '''alert(), confirm(), prompt()'''
** alert(), confirm(), prompt()
** '''open()'''
** '''open()'''


Confirmed users
394

edits