components.conf (924B)
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": "{0f43b610-0a05-4d65-9780-c2b6e508d6f0}", 10 "contract_ids": ["@mozilla.org/network/protocol;1?name=moz-cached-ohttp"], 11 "esModule": "moz-src:///browser/components/mozcachedohttp/MozCachedOHTTPProtocolHandler.sys.mjs", 12 "constructor": "MozCachedOHTTPProtocolHandler", 13 "protocol_config": { 14 "scheme": "moz-cached-ohttp", 15 "flags": [ 16 "URI_NORELATIVE", 17 "URI_NOAUTH", 18 "URI_DANGEROUS_TO_LOAD", 19 "URI_SCHEME_NOT_SELF_LINKABLE", 20 ], 21 "default_port": -1, 22 }, 23 }, 24 ]