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

Stop leaking current URL in HTTP 'Referer' header #26

Open leonklingele opened 6 years ago

leonklingele commented 6 years ago

It would be best to prevent the leak with the following meta tag which unfortunately breaks some sites which require HTTP Referers: <meta name="referrer" content="no-referrer" />