1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00
uMatrix/platform/chromium
Deathamns 86cae37cb6 Implement vAPI.insertHTML
The purpose of this API is basically to satisfy AMO reviewers in the
future, since the use of innerHTML with variables (i.e., not plain text) will
be rejected without any questions.

Since this is not a problem for browsers other than Firefox, they will
use simple innerHTML assignment, however safe-parsing could be implemented
for them too.
2015-04-10 19:39:22 -04:00
..
img/browsericons reorganizing, preparing move to vAPI 2015-04-10 17:06:49 -04:00
manifest.json reorganizing, preparing move to vAPI 2015-04-10 17:06:49 -04:00
options_ui.html reorganizing, preparing move to vAPI 2015-04-10 17:06:49 -04:00
options_ui.js reorganizing, preparing move to vAPI 2015-04-10 17:06:49 -04:00
vapi-background.js refactored tabs/context code 2015-04-10 19:34:15 -04:00
vapi-client.js forgot to add shutdown to other platforms (re. https://github.com/gorhill/uMatrix/issues/144) 2015-04-10 19:37:30 -04:00
vapi-common.js Implement vAPI.insertHTML 2015-04-10 19:39:22 -04:00