Bug 1409958 - reset stylo blocklist to empty string on Nightly for testing. r=heycam

The layout.css.stylo-blocklist.blocked_domains pref is set to "arewestyloyet.rs"
on Nightly, but empty string on Beta. Since we're going to QA the styloblocklist
add-on in Bug 1407911, we make the prefs aligned in both Beta and Nightly in this
patch.

MozReview-Commit-ID: HoleJvVYm7o

--HG--
extra : rebase_source : cb8104f3d7fdb99fe0ea6ee84781c4b421a8f421
This commit is contained in:
Jeremy Chen 2017-10-19 11:50:53 +08:00
parent 2533270588
commit 0f51b3f159

View File

@ -5801,11 +5801,7 @@ pref("media.block-autoplay-until-in-foreground", true);
// Only define these prefs if Stylo support is actually built in.
#ifdef MOZ_STYLO
pref("layout.css.stylo-blocklist.enabled", true);
#ifdef NIGHTLY_BUILD
pref("layout.css.stylo-blocklist.blocked_domains", "arewestyloyet.rs");
#else
pref("layout.css.stylo-blocklist.blocked_domains", "");
#endif
#ifdef MOZ_STYLO_ENABLE
pref("layout.css.servo.enabled", true);
#else