Bug 1900094 - Add telemetry for impressions missing due to domain-to-categories map...
[gecko.git] / toolkit / components / components.conf
blob2d4073dcf0e4d43812cc5d2710bbdf46d7b8c11e
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/.
7 Classes = [
8     {
9         'cid': '{6ebc941a-f2ff-4d56-b3b6-f7d0b9d73344}',
10         'contract_ids': ['@mozilla.org/toolkit/default-clh;1'],
11         'esModule': 'resource://gre/modules/DefaultCLH.sys.mjs',
12         'constructor': 'nsDefaultCLH',
13         'categories': {'command-line-handler': 'y-default'},
14     },
15     {
16         'cid': '{00ed5d73-9de5-42cf-868c-e739a94f6b37}',
17         'contract_ids': ['@mozilla.org/content-blocking-allow-list;1'],
18         'interfaces': ['nsIContentBlockingAllowList'],
19         'type': 'mozilla::ContentBlockingAllowList',
20         'headers': ['/toolkit/components/antitracking/ContentBlockingAllowList.h'],
21     }