mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a6b2d7dd10
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