chouyangv3
chouyangv3

Reputation: 505

ISP injected ads prevent js from running properly

The ISP just modified our web page by injecting ad links. like this speech balloon: enter image description here

The icon tricks our user to click on their ads.

This is not enough for them, they don't write the code properly, they just caused our app to crush, like this: enter image description here

I know the how that happened, they just used jQuery before it even loaded.

This is the embedded code: enter image description here

I know that I can fire a complain to the ISP or even sue them but, that's not a certain win.

I need a certain way to remove those ads.

A javascript? A certain available frontend technology?

Whatever it is, I really will appreciate.

Upvotes: 2

Views: 295

Answers (1)

Ahmad Alfy
Ahmad Alfy

Reputation: 13371

Use let's encrypt and move your website to https only.

Upvotes: 3

Related Questions