Firefox 59 to strip path information from referrer values for 3rd parties
1–10 of 236 posts
Re: Firefox 59 to strip path information from referrer values for 3rd parties
#2Emphasis mine.
It only does it in private mode. I experimented with the referrer options mentioned in the article with mixed success. Not sending the referer header breaks some sites and often in a non-obvious way.
EDIT: referrer header -> referer header
Re: Firefox 59 to strip path information from referrer values for 3rd parties
#3> To help prevent third party data leakage while browsing privately , Firefox Private Browsing Mode will remove path information from referrers sent to third parties starting in Firefox 59. Emphasis mine. It only does it in private mode. I experimented with the referrer options mentioned in the article with mixed success. Not sending the referer header breaks some sites and often in a non-obvious way. EDIT: referrer…
Re: Firefox 59 to strip path information from referrer values for 3rd parties
#4Re: Firefox 59 to strip path information from referrer values for 3rd parties
#5Are there any reasons not to get rid of referers altogether?
Re: Firefox 59 to strip path information from referrer values for 3rd parties
#6Re: Firefox 59 to strip path information from referrer values for 3rd parties
#7Are there any reasons not to get rid of referers altogether?
Re: Firefox 59 to strip path information from referrer values for 3rd parties
#8Re: Firefox 59 to strip path information from referrer values for 3rd parties
#9In about:config, setting 'network.http.sendRefererHeader' to 0 (default is 2) will stop the referer header from being sent, and the document.referrer from being set. See http://kb.mozillazine.org/Network.http.sendRefererHeader for more information.
In the URL bar, type:
about:config
Search for the following setting:
network.http.referer.spoofSource
Double-click to set its value to true. This basically sends the destination or target URL as the referrer.