File size: 568 Bytes
23fc561 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # Runtime Gate Model
The browser currently demonstrates the following gate pattern:
```text
browser event
→ HIR/OAM evaluation
→ GREEN / YELLOW / RED gate
→ action
→ audit-chain event
```
## Example browser event types
- address bar navigation
- main frame request
- page text pressure scan
- permission request
- memory admission / set-cookie
- cookie changed
- download request
- mode changed
## Gate behavior
GREEN: allow
YELLOW: allow with review, isolate, require review, observe and log
RED: hard-stop, block, quarantine, show RED hard-stop page
|