Home > browsertest

browsertest

Browsertest is a project mainly written in JavaScript, it's free.

xul:browser security test

Observations

Protocols

  • <chrome://> can't have content privilege. (or rather, type="content" isn't responsible for it).
  • <data:text/html,> inherits the previous location's privilege.
  • <file://> can XHR itself, while <resource://> can't.
Previous:devdays