Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

We don't want google on our site...

How can we do ?

there is a reCAPTCHA provided by google on my forum, how can i remove it ?

Comments

  • x00x00 MVP
    edited May 2015

    What is the actually question? You don't want google indexing your forum, or you don't want reCAPTCHA?

    grep is your friend.

  • AisykAisyk New
    edited May 2015

    We don't want things like this for exemple :
    When you create a discussion, the page contains this :

    <script
    src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
    type="text/javascript"></script>
    

    IP and URL for google !

    And we don't want reCaptcha too...

  • AisykAisyk New
    edited May 2015

    code is not possible on this forum ?
    http://pastebin.com/Fe226pWB

  • IP address are not displayed to guests.

    If you don't want your pages to be indexed by google that is something you can sort out by server rules and robots.txt

    If you don't want reCaptcha pick a different registration method. dashboard/settings/registration

    If you want a private community that is possible through permissions. Just limit guest permissions.

    grep is your friend.

  • ok, thanks !

Sign In or Register to comment.