Skip to content

Commit

Permalink
dcoraboeuf#285 Disable CSRF configuration (client migration needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Nov 28, 2013
1 parent 70f5ede commit 9e17a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontrack-web/src/main/webapp/WEB-INF/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
<a href="" class="btn btn-link"><@lh key="general.cancel" /></a>
</div>
</div>
<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>
<!-- FIXME CSRF protection -->
</form>
</@layout_std>

0 comments on commit 9e17a52

Please sign in to comment.