diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-12 22:34:13 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-12 22:34:13 +0200 |
commit | f81229ee72be41948e7c8d791fe04e9de4391c9d (patch) | |
tree | 90d53ac01f68d4bbf2e9ed2133a0d391b9727e80 | |
parent | 94ae402e7f13e86120edd375eaf99bf71bab2182 (diff) | |
download | basilisk-f81229ee72be41948e7c8d791fe04e9de4391c9d.tar.gz |
Switch security storage db to SQL
-rw-r--r-- | basilisk/confvars.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basilisk/confvars.sh b/basilisk/confvars.sh index 9b4138d..1e6b6fb 100644 --- a/basilisk/confvars.sh +++ b/basilisk/confvars.sh @@ -57,6 +57,7 @@ MOZ_SERVICES_SYNC=1 MOZ_SERVICES_HEALTHREPORT= MOZ_SAFE_BROWSING= MOZ_GAMEPAD=1 +MOZ_SECURITY_SQLSTORE=1 # Disable checking that add-ons are signed by the trusted root MOZ_ADDON_SIGNING=0 MOZ_REQUIRE_SIGNING=0 |