From e5fdab03ee2417c80a3b2c9f206c6aa9ec787a67 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Mon, 23 May 2022 16:59:43 +0200 Subject: [PATCH] Adds `mail.compose.other.header` preference to template > See #19. --- user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.js b/user.js index f70f715..e87fe2e 100644 --- a/user.js +++ b/user.js @@ -594,6 +594,9 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2); * [NOTE] DNT is enforced with Enhanced Tracking Protection (2710) * [SETTING] Privacy & Security > Privacy > Web Content > Send websites a "Do Not Track" signal... ***/ user_pref("privacy.donottrackheader.enabled", true); +/* 1690: add emails custom headers + * [NOTE] The value of each header can be set in the compose window by clicking on the "double-arrow" drop-down ***/ + // user_pref("mail.compose.other.header", "X-Custom-Header,X-Another-Custom-Header"); /*** [SECTION 1700]: CONTAINERS Check out Temporary Containers [2], read the article [3], and visit the wiki/repo [4]