Files
tubestation/netwerk/cookie/components.conf
Tim Huang c26f6798e0 Bug 1915355 - Part 3: Implementing the ThirdPartyCookieBlockingExceptionListService. r=emz
This patch implements the ThirdPartyCookieBlockingExceptionListService
that gets the excpetion list from the Remote Settings server and the
local pref.

Depends on D223936

Differential Revision: https://phabricator.services.mozilla.com/D223381
2025-01-10 08:24:29 +00:00

23 lines
1.0 KiB
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Classes = [
{
'cid': '{1ee0cc18-c968-4105-a895-bdea08e187eb}',
'contract_ids': ['@mozilla.org/third-party-cookie-blocking-exception-list-service;1'],
'singleton': True,
'esModule': 'resource://gre/modules/ThirdPartyCookieBlockingExceptionListService.sys.mjs',
'constructor': 'ThirdPartyCookieBlockingExceptionListService',
'processes': ProcessSelector.MAIN_PROCESS_ONLY,
},
{
'cid': '{8200e12c-416c-42eb-8af5-db9745d2e527}',
'contract_ids': ['@mozilla.org/third-party-cookie-exception-entry;1'],
'esModule': 'resource://gre/modules/ThirdPartyCookieBlockingExceptionListService.sys.mjs',
'constructor': 'ThirdPartyCookieExceptionEntry',
}
]