lionleaf / dwitter

Social network for short js demos
https://www.dwitter.net
Apache License 2.0
763 stars 69 forks source link

Perf Compatibility Fixes #513

Closed ThomasBrierley closed 3 years ago

ThomasBrierley commented 3 years ago

I've searched through all time top dweets all the way down to 24 awesomes' and only came across these two issues.

Variable compatibility - exploiting the locally scoped code variable: https://www.dwitter.net/d/19823

Function compatibility - exploiting eval string to create a block scope }{: https://www.dwitter.net/d/7493

ThomasBrierley commented 3 years ago

Thanks. It's a nice smooth experience scrolling through them now. Only thing that inhibits progress are latent ajax requests, but that can be fixed in the new front end.