chore: Update network preferences and buffers

This commit is contained in:
Mauro Balades
2024-08-18 12:09:30 +02:00
parent 8c6b26b6f9
commit 1479679cb6
2 changed files with 3 additions and 7 deletions

View File

@@ -49,10 +49,6 @@ pref("network.http.max-persistent-connections-per-proxy", 48); // default=32
pref("network.websocket.max-connections", 400); // default=200
pref("network.ssl_tokens_cache_capacity", 32768);
pref("network.buffer.cache.size", 262144);
pref("network.buffer.cache.count", 128);
pref("network.dnsCacheEntries", 20000);
pref("network.dnsCacheExpirationGracePeriod", 240);
/** MIXED CONTENT + CROSS-SITE ***/
pref("pdfjs.enableScripting", false);

View File

@@ -4,9 +4,9 @@
width: -moz-available;
margin: 0 var(--zen-element-separation) var(--zen-element-separation) 0;
box-shadow: 0 0 0 1px var(--zen-colors-border);
/* We can't use a border radius here because it brings performance issues,
so we use a clip-path instead */
clip-path: inset(0% 0 0% 0 round var(--zen-border-radius));
clip-path: inset(-5px -5px -5px round var(--zen-border-radius));
border-radius: var(--zen-border-radius);
transform: translate3d(0, 0, 0);
overflow: hidden;
}
}