tor-browser

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

RulesetsChild.sys.mjs (312B)


      1 // Copyright (c) 2022, The Tor Project, Inc.
      2 
      3 import { RemotePageChild } from "resource://gre/actors/RemotePageChild.sys.mjs";
      4 
      5 /**
      6 * The child actor part for about:rulesets.
      7 * It does not do anything, as all the communication happens with RPM* calls.
      8 */
      9 export class RulesetsChild extends RemotePageChild {}