tor-browser

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

components.conf (987B)


      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': '{b93af7a1-3411-44a8-bd0a-8af3dde4d8d8}',
     10         'contract_ids': ['@mozilla.org/peerconnection;1'],
     11         'type': 'mozilla::PeerConnectionImpl',
     12     },
     13     {
     14         'cid': '{9fea635a-2fc2-4d08-9721-d238d3f52f92}',
     15         'contract_ids': ['@mozilla.org/network/tcp-filter-handler;1?name=stun'],
     16         'type': 'nsStunTCPSocketFilterHandler',
     17         'headers': ['transport/stun_socket_filter.h'],
     18     },
     19     {
     20         'cid': '{3e43ee93-829e-4ea6-a34e-62d9e4c9f993}',
     21         'contract_ids': ['@mozilla.org/network/udp-filter-handler;1?name=stun'],
     22         'type': 'nsStunUDPSocketFilterHandler',
     23         'headers': ['transport/stun_socket_filter.h'],
     24     },
     25 ]