tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

NotARegistrant.sys.mjs (345B)


      1 /* Any copyright is dedicated to the Public Domain.
      2 * http://creativecommons.org/publicdomain/zero/1.0/
      3 */
      4 
      5 export class NotARegistrant {
      6  getComponents() {
      7    return [
      8      {
      9        type: "SEARCH",
     10        componentURL: "chrome://test/content/component.mjs",
     11        tagName: "test-component",
     12        l10nURLs: [],
     13      },
     14    ];
     15  }
     16 }