add change-note

This commit is contained in:
Erik Krogh Kristensen
2022-04-12 14:37:51 +02:00
parent bca4d14129
commit df295e69d6

View File

@@ -0,0 +1,5 @@
---
category: newQuery
---
* The `js/missing-origin-check` query has been added. It highlights "message" event handlers that do not check the origin of the event.
The query previously existed as the experimental `js/missing-postmessageorigin-verification` query.