Upload files to "/"

This commit is contained in:
Narsil 2024-01-14 18:37:39 +00:00
parent f5d941f22b
commit 54110d371e
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ user_pref("browser.xul.error_pages.expert_bad_cert", true);
// REFERERS
// >>>>>>>>>>>>>>>>>>>>>
//
/ Control the amount of cross-origin information to send [FF52+]
// Control the amount of cross-origin information to send [FF52+]
// 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
//