anton7r / a7JS

A light 3kb Javascript Framework which focuses on SPAs with a simple built in routing / page sorting system.
MIT License
6 stars 0 forks source link

v4 - Secure by default #10

Closed anton7r closed 5 years ago

anton7r commented 5 years ago

Since the library is not really safe by default we would like to make it more safer. We cant exactly make it 100% safe but atleast we can make it safer.

I had an idea to deprecate html attributes such as onload, onerror because we allready can do it in javascript and the dom would not look that great if a element would have onclick and onhover etc...