LavaMoat / snow

Use Snow to finally secure your web app's same origin realms!
https://lavamoat.github.io/snow/demo/
MIT License
105 stars 9 forks source link

Bug in JSON parsing on TikTok caused by Snow #54

Closed weizman closed 1 year ago

weizman commented 1 year ago

Changes introduced in #48 for handling html better introduced a bug that occurred on tiktok.com where innerHTML got a JSON to work with, and handled it even though it shouldn't have, causing the JSON to encounter new quotes within it causing it to no longer be a valid JSON

weizman commented 1 year ago

Fixed in #55