ulixee / unblocked

A suite of tools for protecting the web's open knowledge.
MIT License
130 stars 12 forks source link

fix: don't crash on prototype overflow #90

Closed soundofspace closed 6 months ago

soundofspace commented 6 months ago

It seems like this overflow is expected on __proto__ so just making sure it doesn't crash this function seems ok? It removes the behaviour of replacing protoTarget with target. But afaik this was already not working here.

soundofspace commented 6 months ago
image