Security/Download Protection: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Mostly stealing content from https://wiki.mozilla.org/Security/Features/Application_Reputation)
 
m (→‎QA: swap the order of items in the QA section)
Line 10: Line 10:


== QA ==
== QA ==
* [http://testsafebrowsing.appspot.com Test page]


To turn on debugging output, export the following environment variable:
To turn on debugging output, export the following environment variable:


  NSPR_LOG_MODULES="ApplicationReputation:5"
  NSPR_LOG_MODULES="ApplicationReputation:5"
* [http://testsafebrowsing.appspot.com Test page]


== Documentation ==
== Documentation ==

Revision as of 03:32, 13 April 2015

Description

We warn on every application download, which causes warning fatigue and doesn't help users make good decisions. We should track the reputation of download URLs and hashes.

See Security/Features/Application_Reputation_Design_Doc for implementation details.

Engineering

QA

To turn on debugging output, export the following environment variable:

NSPR_LOG_MODULES="ApplicationReputation:5"

Documentation