angular/devtools/src
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
..
app refactor(devtools): replace/remove animations from the animation package (#62633) 2025-07-17 14:24:37 -04:00
assets refactor(devtools): switch default font to material symbols (#61281) 2025-05-20 08:53:51 +00:00
environments build: move all rule/macro loading into devtools/defaults.bzl (#62627) 2025-07-14 15:47:05 -07:00
BUILD.bazel refactor(devtools): Migrate the devtools app to zoneless. (#62454) 2025-07-17 13:55:36 -04:00
demo-application-environment.ts build: migrate adev devtools package to use ts_project (#61210) 2025-05-08 09:38:30 -07:00
demo-application-operations.ts feat(devtools): inspect signals (#61540) 2025-06-02 09:35:30 -04:00
iframe-message-bus.ts fix(devtools): add event tagging to prevent DDOS (#62645) 2025-07-21 10:09:03 -04:00
index.html refactor(devtools): Migrate the devtools app to zoneless. (#62454) 2025-07-17 13:55:36 -04:00
main.ts refactor(devtools): convert to bootstrap application for shell and demo apps (#58319) 2024-11-05 07:35:43 +01:00
styles.scss refactor(devtools): styles management (#59589) 2025-02-12 10:47:02 -08:00
zone-unaware-iframe-message-bus.ts build: migrate adev devtools package to use ts_project (#61210) 2025-05-08 09:38:30 -07:00