Skip to content

Commit

Permalink
Update files/en-us/web/security/attacks/xss/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wbamberg and github-actions[bot] authored Dec 3, 2024
1 parent cc94a7b commit aa93ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/en-us/web/security/attacks/xss/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Let's say this page is served from `https://my-bank.com/welcome`. To exploit the

```html
<a href="https://my-bank.com/welcome?user=<img src=x onerror=alert('hello!')>">
Win a free iPad!</a>
Win a free iPad!</a
>
```

When the user clicks the link:
Expand Down

0 comments on commit aa93ef1

Please sign in to comment.