Recently I resume my developer job and noticed that Kaspersky injects a script in my HTML files when I use a local HTTP server to test them. Till now I only noticed that at localhost.
So, there are questions I want you help me to figure out:
How do I switch this on/off? I want to have control over this feature , when it should run. Lots of mysterious errors are occurring and I’m pretty sure those are caused by this not requested/authorized injection.
What does exactly this script do? So far I wasn’t able to unveil its function. It is not necessary explain the nitty-gritties but an overview.
Bellow is a very dummy code that shows this unauthorized injection.
Why Kaspersky is injecting a script in my local react tests?
in Kaspersky Anti-Virus
Posted
Hello guys.
Recently I resume my developer job and noticed that Kaspersky injects a script in my HTML files when I use a local HTTP server to test them. Till now I only noticed that at localhost.
So, there are questions I want you help me to figure out:
Bellow is a very dummy code that shows this unauthorized injection.