inloop / sqlite-viewer

View SQLite file online
http://inloop.github.io/sqlite-viewer
Apache License 2.0
861 stars 324 forks source link

Encode html characters before displaying them #12

Closed srikavin closed 6 years ago

srikavin commented 7 years ago

I've added this to prevent scripts from executing and html inside the database from rendering. Currently, if you have any scripts inside a database they would execute and not display properly.