nocte
Guest
Member
A lot of (especially EU) webmasters have their own very long custom privacy policy.
Unfortunately XF 2.2 adds a (short) CATCHA paragraph without consent of webmaster to the end of the privacy policy:
HTML:
Read more
Unfortunately XF 2.2 adds a (short) CATCHA paragraph without consent of webmaster to the end of the privacy policy:
HTML:
Code:
{{ phrase('privacy_policy_text', {'board_title': $xf.options.boardTitle, 'contactUrl': $xf.contactUrl, 'cookieHelp': link('help/cookies')}) }}
<!--[XF:captcha_after_policy_text]-->
<xf:if is="$captcha">
<xf:if contentcheck="true">
<h2>{{ phrase('captcha_privacy_policy')...
Read more