Skip to content
Snippets Groups Projects
Commit b9e362e9 authored by Kathleen Brade's avatar Kathleen Brade Committed by Pier Angelo Vendrame
Browse files

Bug 41662: Disable about:sync-logs

Even though we disable sync by default with
`identity.fxaccounts.enabled`, this about: page is still avilable.
We could throw an exception on the constructor of the related
component, but it would result only in an error in the console, without
a visible "this address does not look right" error page.
If we fix the issues with MOZ_SERVICES_SYNC, we can restore the
component.
parent bcd17097
No related branches found
No related tags found
1 merge request!1503TB 43415, part 3: Shuffle commits
......@@ -11,10 +11,4 @@ Classes = [
'esModule': 'resource://services-sync/Weave.sys.mjs',
'constructor': 'WeaveService',
},
{
'cid': '{d28f8a0b-95da-48f4-b712-caf37097be41}',
'contract_ids': ['@mozilla.org/network/protocol/about;1?what=sync-log'],
'esModule': 'resource://services-sync/Weave.sys.mjs',
'constructor': 'AboutWeaveLog',
},
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment