diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:04 +0000 |
commit | 18f0569e73aab19d1be6e91f293de64fe52665d4 (patch) | |
tree | ffd0160eb62aa0e93c24ae21d67d1caea65b7f9c | |
parent | user.js: Reverting to default disk cache behaviour. (diff) | |
download | firefox-esr-18f0569e73aab19d1be6e91f293de64fe52665d4.tar.xz firefox-esr-18f0569e73aab19d1be6e91f293de64fe52665d4.zip |
user.js: Reverting to default cross-origin policy.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/pref/user.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 22e8dda9ff..ebfdee3523 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -47,7 +47,6 @@ 1000: DISK AVOIDANCE 1200: HTTPS (SSL/TLS / OCSP / CERTS / HPKP) 1400: FONTS - 1600: REFERERS 1700: CONTAINERS 2000: PLUGINS / MEDIA / WEBRTC 2400: DOM (DOCUMENT OBJECT MODEL) @@ -487,17 +486,6 @@ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!"); // user_pref("layout.css.font-visibility.standard", 1); // user_pref("layout.css.font-visibility.trackingprotection", 1); -/*** [SECTION 1600]: REFERERS - full URI: https://example.com:8888/foo/bar.html?id=1234 - scheme+host+port+path: https://example.com:8888/foo/bar.html - scheme+host+port: https://example.com:8888 - [1] https://feeding.cloud.geek.nz/posts/tweaking-referrer-for-privacy-in-firefox/ -***/ -user_pref("_user.js.parrot", "1600 syntax error: the parrot rests in peace!"); -/* 1602: 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); - /*** [SECTION 1700]: CONTAINERS ***/ user_pref("_user.js.parrot", "1700 syntax error: the parrot's bit the dust!"); /* 1701: enable Container Tabs and its UI setting [FF50+] |