iBug 937810 - disable application reputation check on b2g r=mmc,mossop

This commit is contained in:
Fabrice Desré 2013-11-12 13:17:31 -08:00
parent 40e10ec27c
commit ccbd6d5b75

View File

@ -135,7 +135,11 @@ this.DownloadIntegration = {
dontLoadObservers: false,
dontCheckParentalControls: false,
shouldBlockInTest: false,
#ifdef MOZ_URL_CLASSIFIER
dontCheckApplicationReputation: false,
#else
dontCheckApplicationReputation: true,
#endif
shouldBlockInTestForApplicationReputation: false,
dontOpenFileAndFolder: false,
downloadDoneCalled: false,