Skip to content

Commit

Permalink
XSS
Browse files Browse the repository at this point in the history
  • Loading branch information
MindPatch authored Aug 13, 2020
1 parent bcd095a commit 7dedcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ <h1> Search </h1>
<input type='search' placeholder='Search ..' name='u'>
<input type='submit'>
</form>
{{ output }}
{{ output|safe }}
</body>
</html>
</html>

0 comments on commit 7dedcb1

Please sign in to comment.