mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1053517 - Enable the new HTTP cache during automation testing. r=jduell
CLOSED TREE
This commit is contained in:
parent
37a95fbda8
commit
80bc47f703
@ -195,9 +195,6 @@ user_pref("general.useragent.updates.enabled", false);
|
||||
// Disable webapp updates. Yes, it is supposed to be an integer.
|
||||
user_pref("browser.webapps.checkForUpdates", 0);
|
||||
|
||||
// Do not turn HTTP cache v2 for our infra tests (some tests are failing)
|
||||
user_pref("browser.cache.use_new_backend_temp", false);
|
||||
|
||||
// Don't connect to Yahoo! for RSS feed tests.
|
||||
// en-US only uses .types.0.uri, but set all of them just to be sure.
|
||||
user_pref('browser.contentHandlers.types.0.uri', 'http://test1.example.org/rss?url=%%s')
|
||||
|
Loading…
Reference in New Issue
Block a user