Skip to content

Commit

Permalink
HTML escape pth_password
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsometric committed Feb 14, 2017
1 parent 3474640 commit 7090733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/interfaces/default/config.html
Expand Up @@ -666,7 +666,7 @@ <h1 class="clearfix"><i class="fa fa-gear"></i> Settings</h1>
</div>
<div class="row">
<label>Password</label>
<input type="password" name="pth_password" value="${config['pth_password']}" size="36">
<input type="password" name="pth_password" value="${config['pth_password'] | h}" size="36">
</div>
<div class="row">
<label>URL</label>
Expand Down

0 comments on commit 7090733

Please sign in to comment.