mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
iBug 937810 - disable application reputation check on b2g r=mmc,mossop
This commit is contained in:
parent
40e10ec27c
commit
ccbd6d5b75
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user