5.3 Disallow JavaScript's Ability to Hide the Address Bar
Information
The Address Bar shows the current URL, which can be used to identify the website. Some malicious websites can use JavaScript to hide the address bar so that a user cannot determine the URL.
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("dom.disable_window_open_feature.location", true);