From 7f756582828045fa33155130bde3a859be0efb55 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sun, 5 Jan 2025 15:01:24 +0100 Subject: [PATCH] Adds `SETUP-CHROME` tag to 5590 (see #31) Co-Authored-By: Daniel Rudolf --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index a99cf42..fba8c5c 100644 --- a/user.js +++ b/user.js @@ -1023,7 +1023,7 @@ user_pref("network.http.referer.XOriginPolicy", 2); * When set to a valid, working value that matches your "network.trr.uri" (0712) Thunderbird * won't use the system DNS. If the IP doesn't match then DoH won't work ***/ // user_pref("network.trr.bootstrapAddr", "10.0.0.1"); // [HIDDEN PREF] -/* 5590: show a prompt when opening a link in external applications ***/ +/* 5590: show a prompt when opening a link in external applications [SETUP-CHROME] ***/ user_pref("security.external_protocol_requires_permission", true); /*** [SECTION 6000]: DON'T TOUCH ***/