Revert Linux default change from bug 431713 until unit test and talos machines can be updated to avoid it

This commit is contained in:
gavin@gavinsharp.com 2008-05-04 18:42:07 -07:00
parent 66bfbc3a19
commit 3a2fa53b4a

View File

@ -653,7 +653,9 @@ pref("browser.EULA.3.accepted", true);
#elifdef XP_WIN
pref("browser.EULA.3.accepted", true);
#else
pref("browser.EULA.3.accepted", false);
# Need to fix the unittest and talos machine profiles before flipping this by default
#pref("browser.EULA.3.accepted", false);
pref("browser.EULA.3.accepted", true);
#endif
// if we rev the EULA again, we should bump this so users agree to the new EULA