mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Reconfigure Pale Moon to short-circuit some undesired services/features.
This commit is contained in:
parent
1f262f0d2b
commit
cde07843c0
1 changed files with 8 additions and 6 deletions
|
|
@ -79,12 +79,6 @@ MOZ_JSDOWNLOADS=1
|
|||
# conformant implementations.
|
||||
MOZ_WEBGL_CONFORMANT=1
|
||||
|
||||
# Platform Feature: Windows Maintaince Service
|
||||
# XXX: This is never used
|
||||
if test "$OS_ARCH" = "WINNT"; then
|
||||
MOZ_MAINTENANCE_SERVICE=
|
||||
fi
|
||||
|
||||
# Set the chrome packing format
|
||||
# Possible values are omni, jar, and flat
|
||||
# Currently, only omni and flat are supported
|
||||
|
|
@ -103,3 +97,11 @@ if test "$OS_ARCH" = "WINNT" -o \
|
|||
"$OS_ARCH" = "Linux"; then
|
||||
MOZ_BUNDLED_FONTS=1
|
||||
fi
|
||||
|
||||
# Short-circuit a few services to be removed
|
||||
MOZ_MAINTENANCE_SERVICE=
|
||||
MOZ_SERVICES_HEALTHREPORT=
|
||||
MOZ_ADDON_SIGNING=0
|
||||
MOZ_REQUIRE_SIGNING=0
|
||||
MOZ_PROFILE_MIGRATOR=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue