5

I'm facing a really strange issue. The issue is when I type the URL microsoft.com in my chrome it redirects me to google.com.

I have tried to clear browser cache, clear everything, uninstall/re-install Chrome, clear User_Data folder but nothing helps.

It's redirecting even I after I've set network to offline via inspector window.

When I see the network traffic for microsoft.com, for the Request URL (GET) is getting Status Code: 307 Internal Redirect (from disk cache).

Note: It works fine in Incognito mode.

ChanganAuto
  • 1
  • 4
  • 18
  • 19
coure2011
  • 1,679

1 Answers1

2

Since it works fine in Incognito mode, this means that the problem is caused by an extension.

To find the extension, enter the following URL : chrome://extensions/, disable some extensions and restart Chrome and check. Continue until you find the extension that is responsible.

Note very well the source of the extension - if it is part of some installed product, that product should probably be uninstalled.

I also suggest to do deep antivirus scans with your antivirus and also with Malwarebytes.

harrymc
  • 498,455