httpswitchboard icon indicating copy to clipboard operation
httpswitchboard copied to clipboard

Allow the removal of HTTP referer even when landing on a whitelisted hostname

Open gorhill opened this issue 11 years ago • 2 comments

"Remove third-party HTTP referer information for non-whitelisted hostname"

should be renamed

"Remove third-party HTTP referer information:"

And provide a choice of two flavors:

  • Strict: Remove HTTP referer if source and destination are not on the same domain
  • Loose: Remove HTTP referer if source and destination are not on the same domain AND if destination is not whitelisted.

Currently only the "loose" mode is available.

Thought?

gorhill avatar Jan 14 '14 21:01 gorhill

Good idea.

skudo12 avatar Jan 15 '14 04:01 skudo12

Yes, it's a good idea. However, my lessons learned from extensions like RefControl (Firefox) and Referer Control (Chrome) tell me that you need to define exceptions for some sites (at least when using the strict flavour). Otherwise they will break. I had already suggested somewhere else to add that functionality to the context menu.

ghost avatar Jan 15 '14 12:01 ghost