[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 3, 2004.

How do I stop Mozilla from sending the referer header?

Add the following line to your user.js file:

user_pref("network.http.sendRefererHeader", 0);

Or you can enter about:config in the location bar.
Search for the preference network.http.sendRefererHeader.
Modify the value to 0.

Values are:
0 = don't send any
1 = send only on clicks
2 = send on image requests as well

[an error occurred while processing this directive]