Skip to content
Snippets Groups Projects
Commit 136d6871 authored by Cecylia Bocovich's avatar Cecylia Bocovich Committed by morgan
Browse files

Lox integration

parent e5935ccd
No related branches found
No related tags found
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -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.
Finish editing this message first!
Please register or to comment