• Resolved @anansi.pro

    (@mahasvin)


    To the support: Ben – did you lost your ways and net neutrality is now empty words for you?

    To the general public: Please do not install this plugin.

    It silently defaces RU BY and SU websites.

    It has class-ukraine.php with the following gem:

    `/**
    * Determines if the domain is .ru or .by
    */
    public function supports_putin() {
    $host = $this->get_site_host();

    if ( rest_is_ip_address( $host ) || strpos( $host, ‘.’ ) === false ) {
    return false;
    }

    $tld = substr( $host, strrpos( $host, ‘.’ ) + 1 );

    if ( in_array( $tld, array( ‘ru’, ‘by’, ‘su’ ), true ) ) {
    return true;
    }

    return false;
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Ben Marshall

    (@bmarshall511)

    This is clearly stated in the plugin’s description: “We stand with the Ukrainian people. We at Zero Spam support those fighting to preserve freedom, democracy, and sovereignty in Ukraine. Because of this unlawful invasion by Russia, supported by Belarus, we will no longer provide protection for .ru, .su, and .by domains that have the plugin installed and will display a Ukrainian support banner on those sites.”

    If you have a site on one of those domains, don’t use the plugin… simple.

Viewing 1 replies (of 1 total)
  • The topic ‘This plugin defaces RU, BY and SU websites’ is closed to new replies.