“Defend the Web” write-up (Intro 3— JavaScript information leak)
The usage of client-side JavaScript for the front-end of modern web programs is getting more prevalent. Client-side JavaScript is used by popular front-end development technologies such as ReactJS, AngularJS, and Vue. Many programmers hardcode sensitive information in JavaScript variables on the front end, similar to how comments and metadata are hardcoded in HTML code. Private…