Source: node-active-x-obfuscator Maintainer: Debian Javascript Maintainers Uploaders: Xavier Guimard Section: javascript Priority: optional Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper (>= 11~), dh-buildinfo, node-zeparser, pkg-js-tools Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/js-team/node-active-x-obfuscator Vcs-Git: https://salsa.debian.org/js-team/node-active-x-obfuscator.git Homepage: https://github.com/felixge/node-active-x-obfuscator Package: node-active-x-obfuscator Architecture: all Depends: ${misc:Depends}, nodejs, node-zeparser Description: Safely obfuscate the string 'ActiveX' inside of JavaScript code This Node.js module (safely) obfuscates all occurrences of the string 'ActiveX' inside any JavaScript code. . Some corporate firewalls/proxies such as Blue Coat block JavaScript files to be downloaded if they contain the word 'ActiveX'. That of course is very annoying for libraries such as socket.io that need to use ActiveXObject for supporting IE8 and older.