Stop spam without frustrating your visitors

Create your CleanTalk account and start blocking spam — no CAPTCHA challenges and no impact on visitors.

Security Block Lists

CleanTalk Account

No credit card required • Setup takes less than a minute • Your temporary password will be sent by email.

  • Feature update for spam comment management in WordPress

    We launched the update for possibilities to manage spam comments. The new option “Smart spam comments filter” divides all spam comments into Automated Spam or Manual Spam. For each comment, the service calculates probability — was this spam comment sent automatically or was it sent by a human. All automatic spam comments will be deleted…

    Feature update for spam comment management in WordPress
  • The difference between nginx and apache with examples

    During interviews for the role, Linux/Unix administrator in many IT companies ask, what is load average, than Nginx is different from apache httpd, and what is a fork. In this article, I will try to explain what expect to hear in response to these questions, and why. It is important to understand very well the…

    The difference between nginx and apache with examples
  • New features for spam comments management on WordPress

    For WordPress users of the service, we have added the new possibilities to manage spam comments. By default, all spam comments are placed in the spam folder, now you can change the way the plugin deals with spam comments: 1. Move to Spam Folder. You can prevent the proliferation of spam folder. It can be…

    New features for spam comments management on WordPress
  • Exotic HTTP headers

    Hello! This article will illustrate the result of applying some important and exotic HTTP headers, most of which are related to security. X-XSS-Protection Attack XSS (cross-site scripting) is a type of attack in which malicious code can be embedded in the target page. For example like this: <h1>Hello, <script>alert(‘hacked’)</script></h1> This type of attacks easy to…