13
edits
(→Documentation: link to the WebView support) |
(update explanation of urlclassifier.gethashnoise) |
||
| Line 27: | Line 27: | ||
* <tt>urlclassifier.blockedTable</tt>: list of tables to use for the plugin stability blocking | * <tt>urlclassifier.blockedTable</tt>: list of tables to use for the plugin stability blocking | ||
* <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.gethashnoise</tt>: the number of fake entries to add to any <tt>gethash</tt> calls. Defaul value: 4. Maximum value: 999 (beyond, the Google request fails with HTTP 400). | ||
* <tt>urlclassifier.gethash.timeout_ms</tt>: the timeout after which gethash requests should be aborted | * <tt>urlclassifier.gethash.timeout_ms</tt>: the timeout after which gethash requests should be aborted | ||
* <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>) | ||
edits