Skip to content

Commit f9d26b0

Browse files
authored
Fix bad link to CSP eval policy (#18051)
1 parent af961ad commit f9d26b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/settings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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().

0 commit comments

Comments
 (0)