Confirmed users
908
edits
(→How to Enable: mention all of the prefs) |
(→Prefs: document two more prefs) |
||
| Line 22: | Line 22: | ||
* <tt>browser.safebrowsing.updateURL</tt>: server endpoint for malware and phishing list updates | * <tt>browser.safebrowsing.updateURL</tt>: server endpoint for malware and phishing list updates | ||
* <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.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>) | ||
* <tt>urlclassifier.max-complete-age</tt> | |||
* <tt>urlclassifier.phishTable</tt>: list of tables to use when looking for phishing (they need to be named <tt>*-phish-*</tt>) | * <tt>urlclassifier.phishTable</tt>: list of tables to use when looking for phishing (they need to be named <tt>*-phish-*</tt>) | ||