osuosl / formsender

Simple script to email form submissions.
Apache License 2.0
3 stars 1 forks source link

Strip query string from incoming url #15

Closed matthewrsj closed 9 years ago

matthewrsj commented 9 years ago

Incoming url may contain malicious query string. We should strip this so we know we are only dealing with our appended parameters.

matthewrsj commented 9 years ago

Fixed by #19