tor-browser

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

components.conf (1012B)


      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': '{d0f9db12-249c-11d5-9905-001083010e9b}',
     10         'contract_ids': ['@mozilla.org/network/protocol;1?name=moz-icon'],
     11         'type': 'nsIconProtocolHandler',
     12         'headers': ['/image/decoders/icon/nsIconProtocolHandler.h'],
     13         'protocol_config': {
     14             'scheme': 'moz-icon',
     15             'flags': [
     16                 'URI_NORELATIVE',
     17                 'URI_NOAUTH',
     18                 'URI_IS_UI_RESOURCE',
     19                 'URI_IS_LOCAL_RESOURCE',
     20             ],
     21             'default_port': 0,
     22         },
     23     },
     24     {
     25         'cid': '{1460df3b-774c-4205-8349-838e507c3ef9}',
     26         'type': 'nsMozIconURI::Mutator',
     27         'headers': ['/image/decoders/icon/nsIconURI.h'],
     28     },
     29 ]