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/.
9 'name': 'BounceTrackingProtection',
10 'cid': '{4866F748-29DA-4C10-8EAA-ED2F7851E6B1}',
11 'interfaces': ['nsIBounceTrackingProtection'],
12 'contract_ids': ['@mozilla.org/bounce-tracking-protection;1'],
13 'type': 'mozilla::BounceTrackingProtection',
14 'headers': ['/toolkit/components/antitracking/bouncetrackingprotection/BounceTrackingProtection.h'],
16 'constructor': 'mozilla::BounceTrackingProtection::GetSingleton',
17 'processes': ProcessSelector.MAIN_PROCESS_ONLY,
19 'idle-daily': 'BounceTrackingProtection',
23 'cid': '{06F13674-FB28-4DFC-BF25-342C83705B2F}',
24 'contract_ids': ['@mozilla.org/btp-remote-exception-list;1'],
25 'esModule': 'resource://gre/modules/BTPRemoteExceptionList.sys.mjs',
27 'constructor': 'BTPRemoteExceptionList',
28 'processes': ProcessSelector.MAIN_PROCESS_ONLY,