author | Carsten "Tomcat" Book <cbook@mozilla.com> |
Sat, 16 Jul 2016 10:11:48 +0200 | |
changeset 305104 | 4c05938a64a7fde3ac2d7f4493aee1c5f2ad8a0a |
parent 305100 | 0d82d5d030afa2e8f48dd68e86eb75efd0947a5c |
child 305105 | de45aca6e7cfd90777cfcb1524443039e1d22374 |
child 305132 | 2708134823cb57d0cd7b4aa6046151153a61c9de |
child 305212 | 8027432e7f0a0cf52eaec04d72f67c25dd11446a |
push id | 30628 |
push user | cbook@mozilla.com |
push date | Sat, 16 Jul 2016 08:15:47 +0000 |
treeherder | autoland@de45aca6e7cf [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1275591, 659071 |
milestone | 50.0a1 |
backs out | 4d4289b95a79141772f3ef7291e3c47b09063a41 |
first release with | nightly linux32
4c05938a64a7
/
50.0a1
/
20160716030215
/
files
nightly mac
4c05938a64a7
/
50.0a1
/
20160716030215
/
files
nightly win32
4c05938a64a7
/
50.0a1
/
20160716030215
/
files
nightly win64
4c05938a64a7
/
50.0a1
/
20160716030215
/
files
nightly linux64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
50.0a1
/
20160716030215
/
pushlog to previous
nightly mac
50.0a1
/
20160716030215
/
pushlog to previous
nightly win32
50.0a1
/
20160716030215
/
pushlog to previous
nightly win64
50.0a1
/
20160716030215
/
pushlog to previous
|
--- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -5118,17 +5118,17 @@ pref("browser.safebrowsing.provider.goog pref("browser.safebrowsing.provider.google.gethashURL", "https://safebrowsing.google.com/safebrowsing/gethash?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2"); pref("browser.safebrowsing.provider.google.reportURL", "https://safebrowsing.google.com/safebrowsing/diagnostic?client=%NAME%&hl=%LOCALE%&site="); pref("browser.safebrowsing.reportPhishMistakeURL", "https://%LOCALE%.phish-error.mozilla.com/?hl=%LOCALE%&url="); pref("browser.safebrowsing.reportPhishURL", "https://%LOCALE%.phish-report.mozilla.com/?hl=%LOCALE%&url="); pref("browser.safebrowsing.reportMalwareMistakeURL", "https://%LOCALE%.malware-error.mozilla.com/?hl=%LOCALE%&url="); // The table and global pref for blocking plugin content -pref("browser.safebrowsing.blockedURIs.enabled", true); +pref("browser.safebrowsing.blockedURIs.enabled", false); pref("urlclassifier.blockedTable", "test-block-simple,mozplugin-block-digest256"); // The protocol version we communicate with mozilla server. pref("browser.safebrowsing.provider.mozilla.pver", "2.2"); pref("browser.safebrowsing.provider.mozilla.lists", "mozstd-track-digest256,mozstd-trackwhite-digest256,mozfull-track-digest256,mozplugin-block-digest256,mozplugin2-block-digest256"); pref("browser.safebrowsing.provider.mozilla.updateURL", "https://shavar.services.mozilla.com/downloads?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2"); pref("browser.safebrowsing.provider.mozilla.gethashURL", "https://shavar.services.mozilla.com/gethash?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2"); // Set to a date in the past to force immediate download in new profiles.