summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-12-25 00:46:55 +0000
committerMoonchild <moonchild@palemoon.org>2020-12-25 00:46:55 +0000
commit97b3dcec4b30fef482e8a226bf928a736795a135 (patch)
tree3d846318d602dcb7faac0d93d9c98a21d23e6b36
parent2e260409230ee4a3b3e4e119533503c9b6d455b3 (diff)
downloadbasilisk-97b3dcec4b30fef482e8a226bf928a736795a135.tar.gz
Explicitly disable the legacy DBM format.
-rw-r--r--basilisk/confvars.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/basilisk/confvars.sh b/basilisk/confvars.sh
index 048b3ce..96369ad 100644
--- a/basilisk/confvars.sh
+++ b/basilisk/confvars.sh
@@ -59,6 +59,7 @@ MOZ_SAFE_BROWSING=
MOZ_GAMEPAD=1
MOZ_AV1=1
MOZ_SECURITY_SQLSTORE=1
+NSS_DISABLE_DBM=1
if test "$OS_ARCH" = "WINNT" -o \
"$OS_ARCH" = "Darwin"; then