23/12/05 23:58:33.77 RBMyidYQ0.net
>>227
ちょっと試してみてクソ
// Bug 1715401 - Content Encoding Error received for a file with brotli content-encoding
user_pref("network.http.accept-encoding.secure", "gzip, deflate");
// Bug 1866925 - network.auth.use_redirect_for_retries sometimes causes reading responses to never complete on Windows
user_pref("network.auth.use_redirect_for_retries", false);
// Bug 1753979 - Consider increasing the number of DNS resolver threads.
user_pref("network.dns.max_high_priority_threads", 40);
user_pref("network.dns.max_any_priority_threads", 24);