Confirmed users
908
edits
(→Documentation: link to SUMO) |
(→Prefs: add the -forbid- prefs) |
||
| Line 12: | Line 12: | ||
* <tt>browser.safebrowsing.enabled</tt>: enable '''phishing''' protection | * <tt>browser.safebrowsing.enabled</tt>: enable '''phishing''' protection | ||
* <tt>browser.safebrowsing.id</tt>: what SAFEBROWSING_ID in <tt>gethashURL</tt> and <tt>updateURL</tt> maps to | * <tt>browser.safebrowsing.id</tt>: what SAFEBROWSING_ID in <tt>gethashURL</tt> and <tt>updateURL</tt> maps to | ||
* <tt>browser.safebrowsing.forbiddenURIs</tt>: enable support for '''forbidden''' sites blocking (no override possible) | |||
* <tt>browser.safebrowsing.malware.enabled</tt>: enable '''malware''' protection | * <tt>browser.safebrowsing.malware.enabled</tt>: enable '''malware''' protection | ||
* <tt>browser.safebrowsing.reportMalwareMistakeURL</tt>: destination for the "This isn't an attack site" button (after ignoring the interstitial warning) | * <tt>browser.safebrowsing.reportMalwareMistakeURL</tt>: destination for the "This isn't an attack site" button (after ignoring the interstitial warning) | ||
| Line 17: | Line 18: | ||
* <tt>browser.safebrowsing.reportPhishURL</tt>: destination for the "Help | Report Web Forgery" menu item | * <tt>browser.safebrowsing.reportPhishURL</tt>: destination for the "Help | Report Web Forgery" menu item | ||
* <tt>urlclassifier.disallow_completions</tt>: list of tables for which we never call <tt>gethash</tt> | * <tt>urlclassifier.disallow_completions</tt>: list of tables for which we never call <tt>gethash</tt> | ||
* <tt>urlclassifier.forbiddenTable</tt>: list of tables to use when looking for sites to block without an override | |||
* <tt>urlclassifier.gethashnoise</tt>: the number of fake entries to add to any <tt>gethash</tt> calls | * <tt>urlclassifier.gethashnoise</tt>: the number of fake entries to add to any <tt>gethash</tt> calls | ||
* <tt>urlclassifier.malwareTable</tt>: list of tables to use when looking for malware (they need to be named <tt>*-malware-*</tt> or <tt>*-unwanted-*</tt>) | * <tt>urlclassifier.malwareTable</tt>: list of tables to use when looking for malware (they need to be named <tt>*-malware-*</tt> or <tt>*-unwanted-*</tt>) | ||