JS: Change note

This commit is contained in:
Asger F
2025-02-13 11:16:19 +01:00
parent 26dcbf7a2a
commit c4724f42a3

View File

@@ -0,0 +1,5 @@
---
category: fix
---
* Fixed a recently-introduced bug that prevented taint tracking through `URLSearchParams` objects.
The original behaviour has been restored and taint should once again be tracked through such objects.