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

Lox integration

parent 168b4ea3
Branches
Tags
1 merge request!1049Bug 42616 (part 2): Rebased onto Firefox 128.0esr release
......@@ -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