Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2024-01-29 15:31:31 +08:00
commit 0db181d2b7
21 changed files with 1554 additions and 998 deletions

View file

@ -1908,6 +1908,9 @@ pref("network.ftp.idleConnectionTimeout", 300);
// all other values are treated like 2
pref("network.dir.format", 2);
// enables the preload service (i.e., preloading of <link rel="preload"> URLs).
pref("network.preload", true);
// enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
pref("network.prefetch-next", true);