diff --git a/dom/docs/ipc/process_model.rst b/dom/docs/ipc/process_model.rst index a182e1a8c810..b405566a1de4 100644 --- a/dom/docs/ipc/process_model.rst +++ b/dom/docs/ipc/process_model.rst @@ -296,7 +296,7 @@ Fork Server ----------- :platform: Linux only -:pref: ``dom.ipc.forkserver.enable`` (enabled by default in Nightly) +:pref: ``dom.ipc.forkserver.enable`` (disabled by default) :primary protocol: *none* :sandboxed?: no (processes forked by the fork server are sandboxed) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 685cebdf74bf..874505408264 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -2874,7 +2874,7 @@ #ifdef MOZ_ENABLE_FORKSERVER - name: dom.ipc.forkserver.enable type: bool - value: @IS_NIGHTLY_BUILD@ + value: false mirror: once #endif