Skip to content
Snippets Groups Projects
Verified Commit dc7a6af5 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! MB 63: Customize some about pages for Mullvad Browser

Restore Mullvad Browser's custom telemetry page.
parent 5bd4931f
Branches
Tags
1 merge request!146MB 371: Rebased the future 14.0 release onto 128.4.0
......@@ -191,6 +191,8 @@ static const RedirEntry kRedirMap[] = {
# endif
nsIAboutModule::ALLOW_SCRIPT},
# endif
#endif
#ifdef MULLVAD_BROWSER
{"telemetry", "chrome://global/content/aboutTelemetry.xhtml",
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
#endif
......
......@@ -31,13 +31,12 @@ about_pages = [
'srcdoc',
'support',
'translations',
'telemetry',
# Removed 'url-classifier'. tor-browser#42831.
]
if defined('MOZ_CRASHREPORTER'):
about_pages.append('crashes')
if defined('MOZ_TELEMETRY_REPORTING'):
about_pages.append('telemetry')
if defined('MOZ_WEBRTC'):
about_pages.append('webrtc')
if buildconfig.substs['MOZ_WIDGET_TOOLKIT'] != 'android':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment