Fixed text autocomplete dropping down in Chrome (#1749)

This commit is contained in:
Glenn Wilkinson 2020-02-12 05:48:48 +00:00 committed by GitHub
parent 1733da1fa8
commit 6e20f64322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@
<label class="control-label" for="delay">Send Emails By (Optional)
<i class="fa fa-question-circle" data-toggle="tooltip" data-placement="right" title="If specified, Gophish will send emails evenly between the campaign launch and this date."></i>
</label>
<input type="text" class="form-control" id="send_by_date" />
<input type="text" class="form-control" id="send_by_date" autocomplete="random-data"/> <!--Chrome ignores autocomplete="off".-->
</div>
</div>
<label class="control-label" for="profile">Sending Profile:</label>