author | Emma Malysz <emalysz@mozilla.com> |
Tue, 10 Dec 2019 22:06:24 +0000 | |
changeset 506319 | 0480e575877faf68d5042fa0b7ca45badf1855a5 |
parent 506318 | b59b9185d64944fc6e671b75ea5eba515397e30f |
child 506320 | 7635669b8d722e90ffd93fea712b60da64085653 |
push id | 36902 |
push user | aciure@mozilla.com |
push date | Wed, 11 Dec 2019 03:34:51 +0000 |
treeherder | mozilla-central@7635669b8d72 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Gijs |
bugs | 1602062 |
milestone | 73.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/components/preferences/in-content/privacy.js | file | annotate | diff | comparison | revisions |
--- a/browser/components/preferences/in-content/privacy.js +++ b/browser/components/preferences/in-content/privacy.js @@ -2158,19 +2158,19 @@ var gPrivacyPane = { showSecurityDevices() { gSubDialog.open("chrome://pippki/content/device_manager.xhtml"); }, /** * Displays the learn more health report page when a user opts out of data collection. */ showDataDeletion() { - let url = Services.urlFormatter.formatURLPref( - "datareporting.healthreport.infoURL" - ); + let url = + Services.urlFormatter.formatURLPref("app.support.baseURL") + + "telemetry-clientid"; window.open(url, "_blank"); }, initDataCollection() { this._setupLearnMoreLink( "toolkit.datacollection.infoURL", "dataCollectionPrivacyNotice" );