tor-browser

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

index.js (415B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 "use strict";
      5 
      6 module.exports = {
      7  ...require("resource://devtools/client/framework/actions/dom-mutation-breakpoints.js"),
      8  ...require("resource://devtools/client/framework/actions/network-overrides.js"),
      9 };