We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 39053
    • 34 Posts
    How is it possible that the user's IP address is made anonymous. So that it's DSGVO-compliant
      • 3749
      • 24,544 Posts
      My limited understanding is that you have no control over whether the IP gets sent by the user's browser. I assume that you only need to make sure the IP is not saved on your site. I also can't imagine a way for the authorities to know whether your site saves the IP addresses or not, short of a subpoena demanding your code and/or database.

      As an aside, how can we possibly protect a site from hackers, scrapers, and DDOS attacks if we can't save IP addresses?
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 54163
        • 24 Posts
        Patch core/components/quip/processors/web/comment/create.php and comment line 118

        $comment->set('ip',$_SERVER['REMOTE_ADDR']);

          Fake News is powered by MODX — https://fakenews.com/