Skip to content

Commit

Permalink
fix security issue #1556 & #1555
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 authored and DonnieBLT committed Nov 2, 2023
1 parent 510238a commit 112ad81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ <h3>Comments:</h3>
<script type="text/javascript">
function sanitizeURL(url) {
var a = document.createElement('a');
a.href = url;
a.href = encodeURI(url);
return a.href;
}

Expand Down

0 comments on commit 112ad81

Please sign in to comment.