Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Host Page API

Sean McGregor edited this page Dec 12, 2013 · 2 revisions

Status: testing

Working Draft for Version 3, Host Page API.

This specification details ways the host page can influence how the Privly extension parses the page. Future versions will provide for more robust host-page integration by adding APIs to individual injectable applications.


Parsing Controls:

The host page can deactivate the Privly parsing script by defining an attribute on the body tag:

data-privly-exclude=true

This effectively turns off Privly modifications to the host page's user interface.

Future versions will include more robust x-path based rules for page parsing.

Clone this wiki locally