This commit is contained in:
caem 2025-01-25 01:03:59 +01:00
parent 629d1dcf0d
commit 63a532354f
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -76,13 +76,16 @@
};
in
prev.wrapFirefox sandboxed-firefox-esr.config.env {
applicationName = "firefox";
browserName = "firefox";
pname = "firefox-esr-sandboxed";
desktopName = "Firefox ESR (Sandboxed)";
description = "Sandboxed Firefox ESR";
extraPolicies = {
DisableAppUpdate = true;
};
meta = prev.firefox-esr.meta // {
description = prev.firefox-esr.meta.description + " (Sandboxed)";
};
};
}