nixpkgs/pkgs/applications/networking/browsers/palemoon/zz-disableUpdater.js
2023-02-12 18:17:23 +01:00

8 lines
318 B
JavaScript

/* https://forum.palemoon.org/viewtopic.php?f=5&t=25073&p=197771#p197747 */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
pref("app.update.enabled", false);