tree: c883623683e66d7a27a4218582bb8d29228bc530 [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. common.cc
  4. common.h
  5. common_mac.h
  6. common_mac.mm
  7. common_unittests.cc
  8. common_win.cc
  9. common_win.h
  10. DEPS
  11. OWNERS
  12. quarantine.cc
  13. quarantine.h
  14. quarantine_impl.cc
  15. quarantine_impl.h
  16. quarantine_mac.mm
  17. quarantine_mac_unittest.mm
  18. quarantine_service_unittest.cc
  19. quarantine_unittest.cc
  20. quarantine_win.cc
  21. quarantine_win_unittest.cc
  22. README.md
  23. test_support.cc
  24. test_support.h
  25. test_support_mac.mm
  26. test_support_win.cc
components/services/quarantine/README.md

Quarantine service to scan/mark a downloaded file with a mark-of-the-web.

The service will run in browser process except for Windows with kOutOfProcessQuarantine flag set, where will run in a utility process

TODO: Implement, add call sites, and refactor components/download/quarantine.