Skip to content

Commit 06a8249

Browse files
committedAug 21, 2016
Make "honeypot" input less obvious for spam bots
1 parent b29f3ab commit 06a8249

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎_includes/comments.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_labe
5959
<label for="comment-form-url">{{ site.data.ui-text[site.locale].comment_form_website_label | default: "Website (optional)" }}</label>
6060
<input type="url" id="comment-form-url" name="fields[url]" tabindex="4"/>
6161
</fieldset>
62-
<fieldset class="hidden">
62+
<fieldset class="hidden" style="display: none;">
6363
<input type="hidden" name="options[slug]" value="{{ page.slug }}">
64-
<input type="hidden" name="fields[hidden]"/>
64+
<label for="comment-form-location">Not used. Leave blank if you are a human.</label>
65+
<input type="text" id="comment-form-location" name="fields[hidden]" autocomplete="off"/>
6566
</fieldset>
6667
<!-- Start comment form alert messaging -->
6768
<p class="hidden js-notice">

0 commit comments

Comments
 (0)