From a6c2dc3fdbf966fe3e626996fed5466f8b514b6e Mon Sep 17 00:00:00 2001 From: celenity Date: Wed, 26 Mar 2025 15:28:19 -0400 Subject: [PATCH] feat: Add `MOZ_DISABLE_PARENTAL_CONTROLS=1` env variable for redundancy Signed-off-by: celenity --- scripts/prebuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/prebuild.sh b/scripts/prebuild.sh index c2bec99..25d748e 100755 --- a/scripts/prebuild.sh +++ b/scripts/prebuild.sh @@ -422,6 +422,7 @@ fi echo "export MOZ_APP_UA_NAME="Firefox"" echo 'export MOZ_CRASHREPORTER=' echo 'export MOZ_DATA_REPORTING=' + echo 'export MOZ_DISABLE_PARENTAL_CONTROLS=1' echo 'export MOZ_DISTRIBUTION_ID=org.ironfoxoss' echo 'export MOZ_INCLUDE_SOURCE_INFO=1' echo 'export MOZ_REQUIRE_SIGNING='