Skip to content

Prevent XXS attack

Compare
Choose a tag to compare
@benblack86 benblack86 released this 18 Oct 16:18
· 80 commits to master since this release

An undefined route would return No route for ${request.head.url}, which could allow for a cross-site scripting attack. The code was change to just output Not found.