Verified Commit 15d6b449 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Base Browser's .mozconfigs.

Disable the notification server because of the upstream Bug 1782837.
parent aae91d81
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,3 +12,7 @@ ac_add_options --disable-default-browser-agent

# See bug #41131
ac_add_options --disable-update-agent

# Bug 1782837: Not supported because Mozilla (and therefore also us) build
# libc++ with LIBCXX_ENABLE_FILESYSTEM disabled.
ac_add_options --disable-notification-server
+4 −0
Original line number Diff line number Diff line
@@ -12,3 +12,7 @@ ac_add_options --disable-default-browser-agent

# See bug #41131
ac_add_options --disable-update-agent

# Bug 1782837: Not supported because Mozilla (and therefore also us) build
# libc++ with LIBCXX_ENABLE_FILESYSTEM disabled.
ac_add_options --disable-notification-server