angular/devtools/projects
Matthieu Riegler a6b2d7dd10 fix(devtools): add event tagging to prevent DDOS (#62645)
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
2025-07-21 10:09:03 -04:00
..
demo-no-zone build: move all rule/macro loading into devtools/defaults.bzl (#62627) 2025-07-14 15:47:05 -07:00
ng-devtools fix(devtools): make some containers scrollable (#62703) 2025-07-21 09:32:58 -04:00
ng-devtools-backend refactor(devtools): disable view source button if source function is not available (#62678) 2025-07-17 13:28:35 -04:00
protocol refactor(devtools): Migrate the devtools app to zoneless. (#62454) 2025-07-17 13:55:36 -04:00
shared-utils build: move all rule/macro loading into devtools/defaults.bzl (#62627) 2025-07-14 15:47:05 -07:00
shell-browser fix(devtools): add event tagging to prevent DDOS (#62645) 2025-07-21 10:09:03 -04:00