
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser. commit 0630eeccc992497979c7d2c78b2c017a2be1b701 Author: Ryan Hunt <rhunt@eqrion.net> AuthorDate: Fri Apr 1 19:35:34 2022 +0000 Bug 1762619 - wasm: Disable code caching. r=yury a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D142707 --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 6760d405c6db5..1c4fdcbf0b939 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -6632,7 +6632,7 @@ - name: javascript.options.wasm_caching type: bool - value: true + value: false mirror: always # The amount of time we wait between a request to GC (due to leaving a page) and doing the actual GC, in ms. -- To stop receiving notification emails like this one, please contact the administrator of this repository.