Backed out changeset ccf6f87d3430 (bug 1492563) for nsPermissionManager.cpp and test_cookie_fetch.html failures CLOSED TREE

This commit is contained in:
Bogdan Tara 2018-10-15 21:20:11 +03:00
Родитель 9c477e78d3
Коммит f1265a5116
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -1509,11 +1509,6 @@ pref("browser.ping-centre.production.endpoint", "https://tiles.services.mozilla.
// Enable GMP support in the addon manager.
pref("media.gmp-provider.enabled", true);
// Enable blocking access to storage from tracking resources by default on Nightly
#ifdef NIGHTLY_BUILD
pref("network.cookie.cookieBehavior", 4 /* BEHAVIOR_REJECT_TRACKER */);
#endif
pref("browser.contentblocking.allowlist.storage.enabled", true);
#ifdef NIGHTLY_BUILD