Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blocked a frame with origin "http://video.sasads.com" from accessing a frame

while developing a website today I noticed something odd on the console. This is the second time I see this error message. I googled the website sasads.com and came up without any info. Website apparently is xml in nature and seems to be very suspicious.

The console error code is Blocked a frame with origin "http://video.sasads.com" from accessing a frame with origin "http://". Protocols, domains, and ports must match.

The website is php/jquery and utilizes the latest jquery distribution. I searched for sasads.com in the js folders but could not locate such string. the jquery that was blocked stated it was running in 1.7 so it must be loading it offsite somewhere.

browser used is chrome, server running latest php and mysql environment. I wasnt able to recreate the error, guess there is some kind of trigger or timer that is hidden.

Question, should I be worried that one of the potential script has some sort of trojan or malware attached to it?

like image 630
JIMJI1005 Avatar asked Jun 11 '13 18:06

JIMJI1005


2 Answers

Based on my experimenting, I believe this is caused by the "Edit This Cookie" extension.

Also: The reviews for the extension have similar complaints about ads.

like image 194
Mike Asdf Avatar answered Nov 17 '22 04:11

Mike Asdf


I just very unexpectedly had my Chrome browser switch from my ebay window to a new full-page advertisement; in researching more about what happened, I found this stack overflow question through my google search regarding the website that it jumped to. I'm leaving the following information for others who may be searching for issues with "sasads.com", "adverstitial.com", "openadserve", or "adlegend.com" -- they all seem to be culprits in the hijacking of my web browser (and should be banned, blocked, blacklisted, and otherwise removed from the 'Interwebs').

In response to the Original Poster's error, I believe that the browser you were using tried to do the same exact jump to an "adverstitial.com" page. This page then has a script that loads content from "sasads.com", and you were seeing an error in how it loads.

I was able to capture the javascript from the site, and yes - it has a timer on it after which it tries to go back to the site you were originally on. Thus, you wouldn't have been able to see it. I have much more information about this and captured the javascript that was run. I haven't figured out where it was triggered yet. I only have one Chrome extension (Session Manager). I hope this helps someone.

like image 1
Brian Avatar answered Nov 17 '22 03:11

Brian