mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Revert Linux default change from bug 431713 until unit test and talos machines can be updated to avoid it
This commit is contained in:
parent
66bfbc3a19
commit
3a2fa53b4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user