Update 'user.js'
This commit is contained in:
parent
704c315fd8
commit
147dfb6fb8
2
user.js
2
user.js
|
@ -880,7 +880,7 @@ user_pref("gfx.font_rendering.graphite.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Control the amount of information to send
|
// Control the amount of information to send
|
||||||
// 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/
|
// 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/
|
||||||
user_pref("network.http.referer.trimmingPolicy", 2);
|
// user_pref("network.http.referer.trimmingPolicy", 0);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Control when to send a referer
|
// Control when to send a referer
|
||||||
// 0=always (default), 1=only if base domains match, 2=only if hosts match
|
// 0=always (default), 1=only if base domains match, 2=only if hosts match
|
||||||
|
|
Loading…
Reference in New Issue