35
35
/****************************************************************************
36
36
* Betterfox *
37
37
* "Ad meliora" *
38
- * version: 116.1 *
38
+ * version: 117 *
39
39
* url: https://github.com/yokoffing/Betterfox *
40
40
****************************************************************************/
41
41
45
45
pref ( 'nglayout.initialpaint.delay' , 0 ) ;
46
46
pref ( 'nglayout.initialpaint.delay_in_oopif' , 0 ) ;
47
47
pref ( 'content.notify.interval' , 100000 ) ;
48
- pref ( 'browser.startup.preXulSkeletonUI' , false ) ; // WINDOWS
49
48
50
49
/** EXPERIMENTAL ***/
51
50
pref ( 'layout.css.grid-template-masonry-value.enabled' , true ) ;
52
51
pref ( 'dom.enable_web_task_scheduling' , true ) ;
53
52
pref ( 'layout.css.has-selector.enabled' , true ) ;
53
+ pref ( 'dom.security.sanitizer.enabled' , true ) ;
54
54
55
55
/** GFX ***/
56
56
//pref("gfx.canvas.accelerated", true); // enable if using a dedicated GPU on WINDOWS
@@ -75,12 +75,11 @@ pref('network.buffer.cache.count', 128);
75
75
pref ( 'network.http.max-connections' , 1800 ) ;
76
76
pref ( 'network.http.max-persistent-connections-per-server' , 10 ) ;
77
77
pref ( 'network.http.max-urgent-start-excessive-connections-per-host' , 5 ) ;
78
- pref ( 'network.websocket.max-connections' , 400 ) ;
79
78
pref ( 'network.http.pacing.requests.enabled' , false ) ;
80
- pref ( 'network.dnsCacheEntries' , 10000 ) ;
79
+ pref ( 'network.dnsCacheEntries' , 1000 ) ;
81
80
pref ( 'network.dnsCacheExpiration' , 86400 ) ;
82
81
pref ( 'network.dns.max_high_priority_threads' , 8 ) ;
83
- pref ( 'network.ssl_tokens_cache_capacity' , 20480 ) ;
82
+ pref ( 'network.ssl_tokens_cache_capacity' , 10240 ) ;
84
83
85
84
/** SPECULATIVE CONNECTIONS ***/
86
85
pref ( 'network.http.speculative-parallel-limit' , 0 ) ;
@@ -234,7 +233,6 @@ pref('browser.display.focus_ring_on_anything', true);
234
233
pref ( 'browser.display.focus_ring_style' , 0 ) ;
235
234
pref ( 'browser.display.focus_ring_width' , 0 ) ;
236
235
pref ( 'browser.privateWindowSeparation.enabled' , false ) ; // WINDOWS
237
- pref ( 'browser.privatebrowsing.enable-new-indicator' , false ) ;
238
236
pref ( 'cookiebanners.service.mode' , 2 ) ;
239
237
pref ( 'cookiebanners.service.mode.privateBrowsing' , 2 ) ;
240
238
pref ( 'browser.translations.enable' , true ) ;
0 commit comments