tree: 171cd04d7a90823688f6589315958559ce3d131c
  1. coop/
  2. cpsp/
  3. dip/
  4. local_network_access/
  5. README.md
content/browser/security/README.md

content/browser/security

This directory contains security-relevant code for the browser process.

  • cpsp: This contains ChildProcessSecurityPolicy code, which is the reference monitor that enforces Site Isolation and other permission grants for child processes.
  • The remaining directories contain the browser-process implementations of security policies of the web platform (e.g., COOP, DIP, etc).