Skip to content

Commit

Permalink
Disable RLBox
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Feb 4, 2025
1 parent a1d1d6e commit 7eda3b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .mozconfig-aarch64-apple-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ ac_add_options --with-distribution-id=net.waterfox
if [ -d "$PWD"/waterfox/browser/locales/en-GB ]; then
ac_add_options --with-l10n-base="$PWD"/waterfox/browser/locales
fi
ac_add_options --without-wasm-sandboxed-libraries

export MOZ_INCLUDE_SOURCE_INFO=1
export MOZ_REQUIRE_SIGNING=
Expand Down
1 change: 1 addition & 0 deletions .mozconfig-x86_64-apple-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ ac_add_options --with-distribution-id=net.waterfox
if [ -d "$PWD"/waterfox/browser/locales/en-GB ]; then
ac_add_options --with-l10n-base="$PWD"/waterfox/browser/locales
fi
ac_add_options --without-wasm-sandboxed-libraries

export MOZ_INCLUDE_SOURCE_INFO=1
export MOZ_REQUIRE_SIGNING=
Expand Down
1 change: 1 addition & 0 deletions .mozconfig-x86_64-pc-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fi
if test -f "$PWD/mozilla-api"; then
ac_add_options --with-mozilla-api-keyfile="$PWD"/mozilla-api
fi
ac_add_options --without-wasm-sandboxed-libraries

export MOZ_INCLUDE_SOURCE_INFO=1
export MOZ_REQUIRE_SIGNING=
Expand Down
2 changes: 2 additions & 0 deletions .mozconfig-x86_64-pc-windows-msvc
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ ac_add_options --with-distribution-id=net.waterfox
if [ -d "$PWD"/waterfox/browser/locales/en-GB ]; then
ac_add_options --with-l10n-base="$PWD"/waterfox/browser/locales
fi
ac_add_options --without-wasm-sandboxed-libraries

export MOZ_REQUIRE_SIGNING=
export MOZ_TELEMETRY_REPORTING=

0 comments on commit 7eda3b9

Please sign in to comment.