tree: 3da606dd820830d9738b471b7649439587e213e7
  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).