Skip to content

Commit

Permalink
Merge pull request #45 from jelmerk/xss_bug
Browse files Browse the repository at this point in the history
Fix for #43
  • Loading branch information
mikekelly committed Sep 9, 2014
2 parents 2e831af + 69789f0 commit 1593f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2>Custom Request Headers</h2>
<h2>Response Headers</h2>
<pre><%= status.code %> <%= status.text %>

<%= headers %></pre>
<%= _.escape(headers) %></pre>
</script>

<script id="response-body-template" type="text/template">
Expand Down

0 comments on commit 1593f6d

Please sign in to comment.