File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1251,7 +1251,8 @@ var EXPORT_NAME = 'Module';
12511251// privileged firefox app, etc.). Pass this flag when developing an Emscripten application
12521252// that is targeting a privileged or a certified execution environment, see
12531253// Firefox Content Security Policy (CSP) webpage for details:
1254- // https://developer.mozilla.org/en-US/Apps/Build/Building_apps_for_Firefox_OS/CSP
1254+ // https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src
1255+ // in particular the 'unsafe-eval' and 'wasm-unsafe-eval' policies.
12551256//
12561257// When this flag is set, the following features (linker flags) are unavailable:
12571258// -sRELOCATABLE: the function Runtime.loadDynamicLibrary would need to eval().
You can’t perform that action at this time.
0 commit comments