Tried to improve performance

This commit is contained in:
mauro 🤙
2024-08-19 09:14:36 +00:00
parent 5943be1b39
commit 5a3a383cde
3 changed files with 3403 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-updater
#export MOZ_PACKAGE_JSSHELL=1
export MOZ_PACKAGE_JSSHELL=1
fi
ac_add_options --enable-unverified-updates

3402
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +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);
/** MIXED CONTENT + CROSS-SITE ***/
pref("pdfjs.enableScripting", false);
pref("extensions.postDownloadThirdPartyPrompt", false);