Simon Edström
Simon Edström

Reputation: 6619

What XSS attacks could be done with window.location

Which XSS attacks could be done when redirecting with window.location and user input data.

I think this ones

Upvotes: 0

Views: 4231

Answers (1)

just.another.programmer
just.another.programmer

Reputation: 8785

You are potentially allowing XSS if you don't URL encode the data first.

Upvotes: 3

Related Questions