Can't open a specific website, only javascript code is displayed 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 the same story with another browser.

Tried to open with other laptops, works fine.

Any idea what the problem might be?

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 very strange.

I can open any other websites, but only this. For example, I can open:       http://blog.exoplatform.com/en/

I tried to pause Adblock showing.

Any ideas?

+3


source to share


2 answers


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

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



If you google about best-deals-products.com, you will find information on how to remove adware, most of which are pretty useless. Here's what I did for me:

go to control panel → add and remove programs find "Visual Discovery" by Superfish Inc. remove that. reload and go to the page.

+9


source


Many of Lenovo's computers have been shown to come with software called Superfish, which performs man-in-the-middle attacks throughout HTTP and even secure an HTTPS request using a self-signed SSL certificate.

In addition, due to the ignorance of the company behind it, the private key has already been extracted , ready for public use, intercepting any HTTPS traffic coming from the Lenovo computer.



This means that even for banking or transactions, any attacker can read the supposedly protected content by sniffing your Wi-Fi signal. This is a very dangerous situation.

You can check if you are vulnerable here . Lenovo has released instructions for uninstalling the software and certificate here .

0


source







All Articles