hi guys
my website is babiato.org
but this domain clone my whole website!
http://masterytraffic.com/
how to stop this ?
hi guys
my website is babiato.org
but this domain clone my whole website!
http://masterytraffic.com/
how to stop this ?
Hi @babiato.com,
Complaints cannot be filed via this forum. To submit an abuse report, go to cloudflare.com/abuse. The Trust and Safety team will then review the details and reply if appropriate.
i fix it with simple script
var domain = window.location.hostname;
if(domain.indexOf(“babiato”) == -1){
window.location.href = “https://babiato.org/” + location.pathname.substring(1);
}
This topic was automatically closed after 14 days. New replies are no longer allowed.