vf

Af Huzaim Ahamed, Opdateret om 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();