dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

anti-prefill.gohtml (359B)


      1 {{ define "anti-prefill" }}
      2 <input type="text" name="hack_username" value="john" style="position: absolute; top: -10000px;" />
      3 <input type="email" name="hack_email" value="noreply@something.com" style="position: absolute; top: -10000px;" />
      4 <input type="password" name="hack_password" value="nopassword" style="position: absolute; top: -10000px;" />
      5 {{ end }}