author | Artem Polivanchuk <a.polivanchuk@outlook.com> |
Sun, 02 Jun 2019 15:19:21 +0000 | |
changeset 476574 | 781791b985b7ce8313fa9950ecde54b7bdeb4c3f |
parent 476573 | 6988b151bbe73aaa04e07590c45642a14f13bd46 |
child 476583 | 6d71d3ca012438d7eac6e8f9471e198a10eabc70 |
push id | 86914 |
push user | kcambridge@mozilla.com |
push date | Sun, 02 Jun 2019 15:20:47 +0000 |
treeherder | autoland@781791b985b7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | lina |
bugs | 1555170 |
milestone | 69.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
|
--- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1189,26 +1189,28 @@ pref("browser.taskbar.lists.refreshInSec #endif // Preferences to be synced by default pref("services.sync.prefs.sync.accessibility.blockautorefresh", true); pref("services.sync.prefs.sync.accessibility.browsewithcaret", true); pref("services.sync.prefs.sync.accessibility.typeaheadfind", true); pref("services.sync.prefs.sync.accessibility.typeaheadfind.linksonly", true); pref("services.sync.prefs.sync.addons.ignoreUserEnabledChanges", true); +pref("services.sync.prefs.sync.app.shield.optoutstudies.enabled", true); // The addons prefs related to repository verification are intentionally // not synced for security reasons. If a system is compromised, a user // could weaken the pref locally, install an add-on from an untrusted // source, and this would propagate automatically to other, // uncompromised Sync-connected devices. pref("services.sync.prefs.sync.browser.contentblocking.category", true); pref("services.sync.prefs.sync.browser.contentblocking.features.strict", true); pref("services.sync.prefs.sync.browser.contentblocking.introCount", true); pref("services.sync.prefs.sync.browser.crashReports.unsubmittedCheck.autoSubmit2", true); pref("services.sync.prefs.sync.browser.ctrlTab.recentlyUsedOrder", true); +pref("services.sync.prefs.sync.browser.discovery.enabled", true); pref("services.sync.prefs.sync.browser.download.useDownloadDir", true); pref("services.sync.prefs.sync.browser.formfill.enable", true); pref("services.sync.prefs.sync.browser.link.open_newwindow", true); pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.showSearch", true); pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.feeds.topsites", true); pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.topSitesRows", true); pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.feeds.snippets", true); pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.feeds.section.topstories", true);