Skip to content
Snippets Groups Projects
Commit b5e6d2da authored by Cecylia Bocovich's avatar Cecylia Bocovich :speech_balloon: Committed by Pier Angelo Vendrame
Browse files

Lox integration

parent 6711a75a
No related branches found
No related tags found
1 merge request!1043Bug 42616: Rebased alpha onto Firefox 128.0b1
......@@ -618,6 +618,9 @@ bool nsContentSecurityUtils::IsEvalAllowed(JSContext* cx,
// The Browser Toolbox/Console
"debugger"_ns,
// Tor Browser's Lox wasm integration
"resource://gre/modules/lox_wasm.jsm"_ns,
};
// We also permit two specific idioms in eval()-like contexts. We'd like to
......
This diff is collapsed.
toolkit.jar:
content/global/lox/lox_wasm_bg.wasm (content/lox_wasm_bg.wasm)
EXTRA_JS_MODULES += [
"Lox.sys.mjs",
# Let's keep the old jsm format until wasm-bindgen is updated
"lox_wasm.jsm",
]
JAR_MANIFESTS += ["jar.mn"]
......@@ -46,6 +46,7 @@ DIRS += [
"httpsonlyerror",
"jsoncpp/src/lib_json",
"kvstore",
"lox",
"mediasniffer",
"ml",
"mozintl",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment