Information
This setting can be configured to alert the user if they are visiting a known phishing website.
Rationale:
Enabling this feature helps mitigate the threat of phishing attacks.
Impact:
None - This is the default behavior.
Solution
To establish the recommended configuration, set browser.safebrowsing.phishing.enabled to true:
Type about:config in the address bar
Type browser.safebrowsing.phishing.enabled in the filter
Ensure the setting is set as prescribed.
OR
Open the mozilla.cfg file in the installation directory with a text editor
Add the following lines to mozilla.cfg:
lockPref('browser.safebrowsing.phishing.enabled', true);
Default Value:
True (Enabled).