http://lomteqnxehqjdemqgzse7xchjlusgnpoxq2fpmz3yuukyfzc22t5gwyd.onion/jira_projects/browse/JILS-48.html
As it may eventually wind up on a public facing site, we also need to try and mitigate the likelihood of bot spam. One approach would be to inject the server generated values as non-form elements and use javascript to build the form: <div id="placeholder">
</div>
<meta id="token" content="[token]" />
<meta id="endpoint" content="[mail endpoint address]" />
<script type="text/javascript">
var f,ep,n;
f = document.createElement('form');
f.setAttribute('method','POST');
ep =...