Hi @idresult
Yes, as per the “ImagesiftBot” added to the Ban user agent link it should not allow and show 403 error for Imagesift.com crawler.
Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)
do you have Enable IP or user agent blacklisting: feature on from WP security > Firewall > Blacklist tab and make sure $_SERVER['HTTP_USER_AGENT'] is getting right value.
I will also try cross cross-check from my end.
Regards
This option is activated https://disk.yandex.ru/i/g_UsDIoym4P88g.
Where I can check $_SERVER[‘HTTP_USER_AGENT’]?
Hi @idresult
Ok, leave it $_SERVER[‘HTTP_USER_AGENT’] will be too much technical for you.
If I cross-check your previous ticket at that time I have asked to add below AIOS_NO_FIREWALL in wp-config.php
check it is still there then this user agent black list is implemented as firewall rule so it might not be working.
define(‘AIOS_NO_FIREWALL’, true);
Regards