gorhill / httpswitchboard

Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.
GNU General Public License v3.0
1.33k stars 83 forks source link

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

Open gorhill opened 10 years ago

gorhill commented 10 years ago

"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:

Currently only the "loose" mode is available.

Thought?

skudo12 commented 10 years ago

Good idea.

ghost commented 10 years ago

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.