kamranahmedse / tab-switcher

Chrome Extension - Switch between the opened tabs in the blink of an eye
https://goo.gl/8IN6Z3
445 stars 35 forks source link

Requests to load favicons leak current URL #22

Open leonklingele opened 7 years ago

leonklingele commented 7 years ago

Steps to reproduce:

  1. Open a few websites, at least one should load its favicon via https (so these steps always work)
  2. Open Developer Tools -> Network
  3. Open `Tab Switcher``
  4. Inspect one of the requests to load a favicon
  5. It includes the current URL in the HTTP Referer (sic)
leonklingele commented 7 years ago

An option to disable favicons would be nice!

leonklingele commented 6 years ago

Fix is in #26