mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
One common problem encountered by the devtools content script is that it accepted almost any message send over the message bus. Some websites like `auth.openai.com` were spamming the bus and DDOS the devtools app. By introducing event tagging and skipping non-devtools events we prevent DDOS of the Angular devtools content script by on forward tagged events. PR Close #62645 |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| environments | ||
| BUILD.bazel | ||
| demo-application-environment.ts | ||
| demo-application-operations.ts | ||
| iframe-message-bus.ts | ||
| index.html | ||
| main.ts | ||
| styles.scss | ||
| zone-unaware-iframe-message-bus.ts | ||