tor-browser

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

components.conf (763B)


      1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
      2 # vim: set filetype=python:
      3 # This Source Code Form is subject to the terms of the Mozilla Public
      4 # License, v. 2.0. If a copy of the MPL was not distributed with this
      5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6 
      7 Classes = [
      8     {
      9         'cid': '{5516303d-9007-45a0-94b9-940ef134a6e2}',
     10         'contract_ids': ['@mozilla.org/sandbox/sandbox-settings;1'],
     11         'type': 'mozISandboxSettings',
     12     },
     13 ]
     14 
     15 if defined('MOZ_SANDBOX') and defined('MOZ_DEBUG') and defined('ENABLE_TESTS'):
     16     Classes += [
     17         {
     18         'cid':
     19         '{2306c118-3544-4674-9222-670b88dc07a9}',
     20         'contract_ids': ['@mozilla.org/sandbox/sandbox-test;1'],
     21         'type': 'mozISandboxTest',
     22     },
     23 ]