This project is archived. Its data is read-only.
`import` called in potentially dangerous manner
``` `import` called in potentially dangerous manner Warning: The global `import` function was called using a set of dangerous parameters. Calls of this nature are deprecated. components/tl-process.js 11 12 13 // ctypes can be disabled at build time try { Cu.import("re[/gre/modules/ctypes.jsm");](/gre/modules/ctypes.jsm");) } catch(e) {} Cu.import("re[/gre/modules/XPCOMUtils.jsm");](/gre/modules/XPCOMUtils.jsm");) ```
issue