See [[Security/Features/Application_Reputation_Design_Doc]] for implementation details.
== Prefs ==
* <tt>browser.safebrowsing.appRepURL</tt>: server endpoint for remote lookups
* <tt>browser.safebrowsing.downloads.enabled</tt>: enables application reputation checks for downloaded files
* <tt>browser.safebrowsing.downloads.remote.enabled</tt>: enables remote lookups (requires the previous pref)
* <tt>browser.safebrowsing.downloads.remote.timeout_ms</tt>: timeout for the remote lookups
* <tt>browser.safebrowsing.malware.enabled</tt>: enables malware checks (required by application reputation)
* <tt>urlclassifier.downloadAllowTable</tt>
* <tt>urlclassifier.downloadBlockTable</tt>: list of URLs serving malware binaries
== Engineering ==