mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
0db181d2b7
21 changed files with 1554 additions and 998 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue