vf

By Huzaim Ahamed, Updated on 19 Mar 2024
push_pin
star
  function doBadThings() {
// much more damaging scripts can be defined here, for
// demo purposes, we will just have an alert statement
    alert('XSS');
  }
  doBadThings();