Solved No option to disable automatically added "CAPTACHA" paragraph in privacy policy

This topic has been solved
N

nocte

Guest
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:

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

Continue reading...