You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"css injection": "<style> body {background-color: deeppink}</style>",
"cross site scripting": "<script>alert('You just got hacked');</script>",
"cross site scripting via image": "<img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" onload=\"alert('You just got hacked');\">"