mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 15:48:28 +08:00
FIX: prevent Cloudflare from obfuscating emails
https://support.cloudflare.com/hc/en-us/articles/200170016-What-is-Email-Address-Obfuscation-
This commit is contained in:
parent
447e4386ee
commit
2d95b9dfbf
|
@ -9,7 +9,9 @@
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class='input-area'>
|
<div class='input-area'>
|
||||||
|
<!--email_off-->
|
||||||
<%= select_tag :email, options_for_select(@allowed_emails, selected: params[:email]), class: 'combobox' %>
|
<%= select_tag :email, options_for_select(@allowed_emails, selected: params[:email]), class: 'combobox' %>
|
||||||
|
<!--/email_off-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user