diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-06 14:07:27 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-06 14:07:27 +0200 |
commit | 3a17b713ef27abb8c9d7c116815d3af7e0f366d9 (patch) | |
tree | d7ad0ed28978271e3af34731ab187415fda62ec3 /browser/app/profile | |
parent | d960419686462067cb5745dcd1ad264abe0b1485 (diff) | |
download | UXP-3a17b713ef27abb8c9d7c116815d3af7e0f366d9.tar UXP-3a17b713ef27abb8c9d7c116815d3af7e0f366d9.tar.gz UXP-3a17b713ef27abb8c9d7c116815d3af7e0f366d9.tar.lz UXP-3a17b713ef27abb8c9d7c116815d3af7e0f366d9.tar.xz UXP-3a17b713ef27abb8c9d7c116815d3af7e0f366d9.zip |
Remove about:home snippets.
Diffstat (limited to 'browser/app/profile')
-rw-r--r-- | browser/app/profile/firefox.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index d6de538d7..d902401f9 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -229,11 +229,6 @@ pref("browser.slowStartup.notificationDisabled", false); pref("browser.slowStartup.timeThreshold", 40000); pref("browser.slowStartup.maxSamples", 5); -// This url, if changed, MUST continue to point to an https url. Pulling arbitrary content to inject into -// this page over http opens us up to a man-in-the-middle attack that we'd rather not face. If you are a downstream -// repackager of this code using an alternate snippet url, please keep your users safe -pref("browser.aboutHomeSnippets.updateUrl", "https://snippets.cdn.mozilla.net/%STARTPAGE_VERSION%/%NAME%/%VERSION%/%APPBUILDID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/"); - pref("browser.enable_automatic_image_resizing", true); pref("browser.casting.enabled", false); pref("browser.chrome.site_icons", true); |