{"id":7209,"date":"2020-02-03T01:42:38","date_gmt":"2020-02-03T01:42:38","guid":{"rendered":"https:\/\/gtechbooster.com\/?p=7209"},"modified":"2025-05-21T10:13:13","modified_gmt":"2025-05-21T10:13:13","slug":"how-to-disable-firefox-browser-update","status":"publish","type":"post","link":"https:\/\/gtechbooster.com\/how-to-disable-firefox-browser-update\/","title":{"rendered":"How to disable Firefox browser update"},"content":{"rendered":"\n<p>For some reason, Mozilla decided to remove the ease of users ability to disable and enable automatic updates as and when they choose. Mozilla being an advocate for an open web, could this be a signal of some corruption of what Mozilla is?<\/p>\n\n\n\n<div class=\"gtech-migrated-from-ad-inserter-placement-2\" style=\"text-align: center;\" id=\"gtech-3091433288\"><div style=\"margin-right: auto;margin-left: auto;text-align: center;\" id=\"gtech-1515329329\"><a data-bid=\"1\" data-no-instant=\"1\" href=\"https:\/\/gtechbooster.com\/linkout\/17207\" rel=\"noopener\" class=\"notrack\" aria-label=\"26001\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/gtechbooster.com\/media\/2023\/01\/26001.jpeg\" alt=\"\"  srcset=\"https:\/\/gtechbooster.com\/media\/2023\/01\/26001.jpeg 1024w, https:\/\/gtechbooster.com\/media\/2023\/01\/26001-768x960.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"500\" height=\"625\"  style=\"display: inline-block;\" \/><\/a><\/div><\/div><p>Well Mozilla&#8217;s Firefox browser since  version 63.0 come without the ability to disable the automatic updates from within the preferences of the browser settings.<\/p>\n\n\n\n<p>Users now have to resort to tinkering with advanced configurations, just to enable and disable automatic update. Users of Firefox can enable or  disable automatic updates in <a href=\"https:\/\/gtechbooster.com\/i\/mozilla-firefox\/\">Firefox <\/a>with the steps below:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">From about:config Menu<\/h2>\n\n\n\n<ol class=\"wp-block-list has-palette-color-5-background-color has-background\">\n<li>Type \u201c<strong>about:config<\/strong>\u201d in the address bar, then press \u201c<strong>Enter<\/strong>\u201c.<\/li>\n\n\n\n<li>Search for the \u201c<strong>app.update.auto<\/strong>\u201d setting.<\/li>\n\n\n\n<li>Double-click the \u201c<strong>app.update.auto<\/strong>\u201d option to toggle the setting. If set to \u201c<strong>true<\/strong>\u201c, automatic updates are enabled. If set to \u201c<strong>false<\/strong>\u201c, automatic updates are disabled.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Via prefs.js file<\/h2>\n\n\n\n<ol class=\"wp-block-list has-palette-color-5-background-color has-background\">\n<li>Close Firefox.<\/li>\n\n\n\n<li>Navigate to the following location based on your operating system.\n<ul class=\"wp-block-list\">\n<li>Windows XP\/Vista\/7\/8\/10\/11 \u2013 \u201c<strong>%APPDATA%\\Mozilla\\Firefox<\/strong>\u201c<\/li>\n\n\n\n<li>Unix\/Linux \u2013 <strong>\u201c~\/.mozilla\/<\/strong>\u201c<\/li>\n\n\n\n<li>Mac OS X \u2013 \u201c<strong>~\/Library\/Mozilla\/<\/strong>\u201d or \u201c<strong>~\/Library\/Application Support\/<\/strong>\u201c<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Open the \u201c<strong>Profiles<\/strong>\u201d folder.<\/li>\n\n\n\n<li>Open the folder that represents the profile you would like to edit. \nThe name of the folder will vary. It is usually a bunch of characters, \nfollowed by \u201c.default\u201d.<\/li>\n\n\n\n<li>Open the <strong>prefs.js<\/strong> file with a text editor like Notepad.<\/li>\n\n\n\n<li>Look for a line that contains&nbsp;<strong><code>app.update.enabled<\/code><\/strong>. If it doesn\u2019t exist, add a line for it in the file&nbsp;and set it as desired using these examples:\n<ul class=\"wp-block-list\">\n<li><strong><code>user_pref(\"app.update.enabled\", true);<\/code><\/strong> = Automatic updates enabled<\/li>\n\n\n\n<li><strong><code>user_pref(\"app.update.enabled\", false);<\/code><\/strong> = Automatic updates disabled<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Using the Windows Registry<\/h2>\n\n\n\n<ol class=\"wp-block-list has-palette-color-5-background-color has-background\">\n<li>Press WIN+R keys together to launch the RUN dialog box.<\/li>\n\n\n\n<li>Type &#8220;regedit&#8221; and press Enter.<\/li>\n\n\n\n<li>Navigate to HKEY_LOCAL_MACHINE\\Software\\Policies\\Mozilla\\Firefox.<\/li>\n\n\n\n<li>Create a new 32-Bit DWORD value &#8220;DisableAppUpdate&#8221; and set its value to 1.<\/li>\n\n\n\n<li>Restart Firefox to take effect.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Using the policies.json file (Windows and Linux)<\/h2>\n\n\n\n<p>Create a policies.json file in the distribution folder in the Firefox installation folder.<br>Add the following code to the file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"policies\": {\n    \"DisableAppUpdate\": true\n  }\n}\n\nSave the file and restart Firefox.<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Using Policies.json (MacOS)<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Close Firefox.<\/li>\n\n\n\n<li>Open the Terminal app.<\/li>\n\n\n\n<li>Type the following command and press Enter: mkdir ~\/Library\/Application\\ Support\/Firefox\/distribution<\/li>\n\n\n\n<li>Type the following command and press Enter: echo &#8216;{&#8220;policies&#8221;: {&#8220;DisableAppUpdate&#8221;: true}}&#8217; &gt; ~\/Library\/Application\\ Support\/Firefox\/distribution\/policies.json<\/li>\n\n\n\n<li>Restart Firefox.<\/li>\n<\/ol>\n\n\n\n<p class=\"cls has-palette-color-14-color has-palette-color-1-background-color has-text-color has-background\">Follow any of the steps above and you will disable Firefox browser update for our Firefox browser. Remember to exercise caution when modifying browser settings and always keep your browser up to date to ensure the best security and performance. You should know though that, keeping your browser up-to date is something you should ensure even as disabling it helps you reduce the fatigue it comes with its intermittences. Nonetheless, do keep your systems updated.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">More Information \u2139<\/h6>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/gtechbooster.com\/i\/mozilla-firefox\/\" data-type=\"post_tag\" data-id=\"318\">Firefox<\/a><\/li>\n<\/ul>\n<div class=\"gtech-end-cont\" id=\"gtech-3464570746\"><div style=\"margin-right: auto;margin-left: auto;text-align: center;\" id=\"gtech-3332361694\"><a data-bid=\"1\" data-no-instant=\"1\" href=\"https:\/\/gtechbooster.com\/linkout\/17207\" rel=\"noopener\" class=\"notrack\" aria-label=\"26001\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/gtechbooster.com\/media\/2023\/01\/26001.jpeg\" alt=\"\"  srcset=\"https:\/\/gtechbooster.com\/media\/2023\/01\/26001.jpeg 1024w, https:\/\/gtechbooster.com\/media\/2023\/01\/26001-768x960.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"500\" height=\"625\"  style=\"display: inline-block;\" \/><\/a><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>If you prefer to have more control over when and how Firefox updates, you may want to disable automatic updates. Here are a few methods you can try.<\/p>\n","protected":false},"author":7,"featured_media":7212,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[2217,318,517,1107,569,949,146,888],"class_list":["post-7209","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","tag-fatigue-management","tag-mozilla-firefox","tag-linux","tag-macintosh-operating-system","tag-mozilla","tag-tutorial","tag-web-browser","tag-windows"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/posts\/7209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/comments?post=7209"}],"version-history":[{"count":0,"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/posts\/7209\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/media\/7212"}],"wp:attachment":[{"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/media?parent=7209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/categories?post=7209"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gtechbooster.com\/api-json\/wp\/v2\/tags?post=7209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}