Add explanation about forged image

This commit is contained in:
Manuel Thalmann 2023-11-10 13:23:38 +01:00
parent 07d9514db3
commit 73881dc6ca

View file

@ -26,3 +26,8 @@ Result:
2. Type `<iframe src="javascript:alert('hello')">`
<!--- ToDo: Insert Picture -->
## Forged Picture
This challenge is impossible due to the `/profile` page only reading the username from POST variables.
POST variables cannot be set through links and thus can't be set in an `img`-tag's `src` either.