Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not open a particular web site, only javascript code is on the screen

I am trying to open www.exoplatform.com with Chrome Version 39.0.2171.71 m. All I get on the screen is Javascript code. Tried to open with different browser, the same story.

Tried to open with other notebooks, works perfectly fine.

Any idea what could be the problem?

Some errors from chrome console:

   Uncaught SyntaxError: Unexpected identifier
   (index):2244 Uncaught TypeError: undefined is not a function
    all.js:61 Invalid App Id: Must be a number or numeric string representing the application id. 

    Refused to load the script 'https://www.best-deals-products.com/ws/sf_main.jsp?   
   dlsource=hdrykzc' because it violates the following Content Security Policy directive: 
   "script-src 'unsafe-inline' 'unsafe-eval' 'self' https://*.gstatic.com 

It sounds really weird.

I can open any other web sites, but just this one. For example I can open: http://blog.exoplatform.com/en/

I tried to pause Adblock nothing changes.

Any ideas?

like image 262
amol01 Avatar asked Nov 24 '25 01:11

amol01


1 Answers

I had this exact problem today with a new laptop I bought (Lenovo y50... is your machine a lenovo by chance?)

Anyways, the problem for me was caused by what is essentially adware injecting that script into ANY page you go to. You only see this error when trying to access a web app, because chrome has stricter security policies for those.

If you google about best-deals-products.com you'll find information about how to remove the adware, most of which is pretty unhelpful. Here is what did it for me though:

go to control panel -> add and remove programs look for "Visual Discovery" by Superfish Inc. uninstall that. reboot, and revisit that page.

like image 112
PrimitiveType Avatar answered Nov 25 '25 16:11

PrimitiveType