Closed
Description
We currently ignore eval
, new Function
, setTimeout(string)
(lol) etc. in our Script gatherer, because it gets caught up in our "don't include our own evaluated protocol scripts" b/c they both share the property of embedderName === ''
.
with #13754 we can start including these. super curious if this lets us give better insights anywhere (who leans on eval so heavily?!)