0

I have an ASP.NET MVC 4 project that I am working on and I noticed that I have a script failure. I looked into it and discovered an unexpected script tag in my code, requesting a file from ... payload.gosidekick.net ... I do not know what this is or where i comes from. I have a number of plugins in the page so I thought maybe one of them was injecting this reference. I commented out ALL my script files and this tag continues to get included!

I cannot seem to find where or how it's getting injected and cannot tell from googling around whether it's harmful or not.

Has anyone had the same experience? If so, were you able to figure out how to get rid of it?

Thanks, G

P.S. Interestingly enough this is not in the VIEW SOURCE, I only notice it in Chrome when the site executes which means that it must be getting injected at runtime (?)

UPDATED This is the link that is being injected

<script type="text/javascript" src="http://payload.gosidekick.net/delivery/ds_SHPRTY49D12X.js"></script>
4

1 回答 1

0

重新发布评论作为答案:

如果它只发生在 Chrome 中,它可能来自 Chrome 扩展程序。禁用您已安装的任何扩展程序是否可以修复它?

更新:我做了一些挖掘,发现我认为源代码的副本。基于此,看起来脚本在网站上随机放置/替换了广告。我还发现这个 G+ 帖子在谈论它,所以看起来这是一个非常糟糕的扩展。

于 2013-05-07T19:29:42.750 回答