Chromium Code Reviews
Description[SafeBrowsing] Conditionalize unverified download blocking on whitelist.
Update the policy for handling unverified downloads to allow downloads
that are requested by a document that's whitelisted. The whitelist being
used is the SafeBrowsing download whitelist and likely represents
legitimate downloads.
The requesting document is determined based on the originator of the
file chooser request. This originator is currently furnished by the
renderer and, as such, considered potentially tainted in the event of a
renderer compromise.
BUG=533579
Committed: https://crrev.com/1cbf498112576e057284126d6888e6811c7516b3
Cr-Commit-Position: refs/heads/master@{#357568}
Patch Set 1 : #
Total comments: 4
Patch Set 2 : Cleanup ppapi_filechooser_browsertest #
Total comments: 2
Patch Set 3 : Add comment explaining requestor field at point of use. #Patch Set 4 : #Messages
Total messages: 37 (16 generated)
|