Information
This feature gives the user the ability to override the restriction on only loading files with application/java-archive or application/x-jar content types.
Enabling the browser to only load application/java-archive or application/x-jar content types mitigates the risk of malware infection and other attack vectors.
Solution
Perform the following procedure:
* Open the mozilla.cfg file in the installation directory with a text editor
* Add the following lines to mozilla.cfg:
lockPref("network.jar.open-unsafe-types", false);