K
K
kr_ilya2020-08-21 21:46:23
MTS
kr_ilya, 2020-08-21 21:46:23

What kind of initiative provider?

Greetings. I have mobile Internet MTS.
Found that on some site jquery functions do not work, despite the fact that the jquery file is included before the executable script.
5f40106e1618d921114296.png

In the devtools in the "Network" section, I saw the following picture.
5f401248bc543388600426.png
That is, despite the fact that jquery is connected earlier, it is loaded later.
The situation more or less cleared up when I opened the jquery.min.js:11 file , which triggered the loading of jquery.min.js?passed. Instead of the jquery code I was expecting, I found this

(function () {
  var interval = setInterval(function () {
    if (document.readyState === 'loading') {
      return false;
    }

    var originalScript = document.createElement('script');
    originalScript.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?passed';
    document.body.appendChild(originalScript);

    if (!window.hasOwnProperty("__af7078cd0e0ad9a66900e1fab06508bd")) {
        var counter = document.createElement('img');
        counter.src = '//tech.rtb.mts.ru/market0?return_img=True';
        counter.style.display = 'none';
        document.body.appendChild(counter);
        window.__af7078cd0e0ad9a66900e1fab06508bd = "1ebe52b388d41b9c3f3ddce4b7c9bada";
    }

    if (interval) {
      clearInterval(interval);
      interval = null;
    }
  }, 100);
})();


I immediately noticed a 100ms delay in the execution of the function, due to which jquery is loaded later, as well as a line that clearly says that mts is involved in this
counter.src = '//tech.rtb.mts.ru/market0?return_img=True';


The page tech.rtb.mts.ru does not open, and google led to the site ui.rtb.mts.ru, where after
authorization
5f4016423d946907418064.jpeg
with the help of LX mts flaunts only
grey background
5f40137274bd3725337001.png


I'm guessing it's either statistics gathering or some kind of bad publicity. (I heard that some providers insert their ads before opening a site without ssl, maybe this has something to do with it?)
So, what is it all the same and how can I disable / bypass it?

By the way, having opened the site through vpn, everything works as it should, which fully proves the involvement of the provider.
5f401504426b5736153254.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vaut, 2020-08-21
@kr_ilya

https and no shit will interfere with your traffic.
If the site does not support it, you can use all sorts of tunnels.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question