components.conf (1025B)
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': '{1ee0cc18-c968-4105-a895-bdea08e187eb}', 10 'contract_ids': ['@mozilla.org/third-party-cookie-blocking-exception-list-service;1'], 11 'singleton': True, 12 'esModule': 'resource://gre/modules/ThirdPartyCookieBlockingExceptionListService.sys.mjs', 13 'constructor': 'ThirdPartyCookieBlockingExceptionListService', 14 'processes': ProcessSelector.MAIN_PROCESS_ONLY, 15 }, 16 { 17 'cid': '{8200e12c-416c-42eb-8af5-db9745d2e527}', 18 'contract_ids': ['@mozilla.org/third-party-cookie-exception-entry;1'], 19 'esModule': 'resource://gre/modules/ThirdPartyCookieBlockingExceptionListService.sys.mjs', 20 'constructor': 'ThirdPartyCookieExceptionEntry', 21 } 22 ]