Update 'user.js'

This commit is contained in:
Narsil 2021-06-07 09:21:54 +00:00
parent c6e9a61ff4
commit 63238f91dc
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ user_pref("gfx.font_rendering.graphite.enabled", false);
// -------------------------------------
// Control when to send a referer
// 0=always (default), 1=only if base domains match, 2=only if hosts match
// [SETUP-WEB] Known to cause issues with older modems/routers and some sites e.g vimeo, icloud
// [SETUP-WEB] Known to cause issues with older modems/routers and some sites e.g vimeo, icloud, instagram
user_pref("network.http.referer.XOriginPolicy", 2);
// -------------------------------------
// Control the amount of information to send [FF52+]