Firefox settings via GPO












0














I need to change a setting in firefox about:config over 900 or so odd systems. I will only accept a group policy setting to change this. We already have work arounds.



This is the setting I need to change.



network.dns.disableIPv6 = true


Without disabling IPv6 in windows or installing any software, can I change this via group police?










share|improve this question
























  • Good news. Firefox ESR is building a Policy Engine which should allow GP integration in the near future: blog.mozilla.org/futurereleases/2018/01/11/…
    – music2myear
    Mar 14 at 15:59
















0














I need to change a setting in firefox about:config over 900 or so odd systems. I will only accept a group policy setting to change this. We already have work arounds.



This is the setting I need to change.



network.dns.disableIPv6 = true


Without disabling IPv6 in windows or installing any software, can I change this via group police?










share|improve this question
























  • Good news. Firefox ESR is building a Policy Engine which should allow GP integration in the near future: blog.mozilla.org/futurereleases/2018/01/11/…
    – music2myear
    Mar 14 at 15:59














0












0








0


1





I need to change a setting in firefox about:config over 900 or so odd systems. I will only accept a group policy setting to change this. We already have work arounds.



This is the setting I need to change.



network.dns.disableIPv6 = true


Without disabling IPv6 in windows or installing any software, can I change this via group police?










share|improve this question















I need to change a setting in firefox about:config over 900 or so odd systems. I will only accept a group policy setting to change this. We already have work arounds.



This is the setting I need to change.



network.dns.disableIPv6 = true


Without disabling IPv6 in windows or installing any software, can I change this via group police?







firefox group-policy






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 11 '12 at 12:20









Der Hochstapler

67.3k49230284




67.3k49230284










asked Jul 28 '10 at 17:07









The Digital Ninja

172128




172128












  • Good news. Firefox ESR is building a Policy Engine which should allow GP integration in the near future: blog.mozilla.org/futurereleases/2018/01/11/…
    – music2myear
    Mar 14 at 15:59


















  • Good news. Firefox ESR is building a Policy Engine which should allow GP integration in the near future: blog.mozilla.org/futurereleases/2018/01/11/…
    – music2myear
    Mar 14 at 15:59
















Good news. Firefox ESR is building a Policy Engine which should allow GP integration in the near future: blog.mozilla.org/futurereleases/2018/01/11/…
– music2myear
Mar 14 at 15:59




Good news. Firefox ESR is building a Policy Engine which should allow GP integration in the near future: blog.mozilla.org/futurereleases/2018/01/11/…
– music2myear
Mar 14 at 15:59










4 Answers
4






active

oldest

votes


















3














You cannot manage firefox with group policy. You have to use FrontMotion Firefox Community Edition which had Administrative Templates to manage all the settings in about:config.



The only solution with Group Policy with a regular installation of firefox would be to deploy a script to copy an edited "firefox.js" with the line "pref("network.dns.disableIPv6", true);" to "C:Program FilesMozilla Firefoxdefaultspref".






share|improve this answer





















  • This was once true, but is no longer the case. Firefox even has an Autoconfig option for all the preferences in prefs.js file.
    – cybernard
    Dec 5 at 18:10



















2














Even though this was resolve I'd like to mention I created a PowerShell script to do just this as well, works with any Firefox preference and many of the config files.



http://code.remyservices.net/powershell-firefoxpref/






share|improve this answer





























    1














    Updated answer to this question...



    Starting with Firefox v60 (I believe), I recommend starting here:



    https://support.mozilla.org/en-US/products/firefox-enterprise



    There is now built-in GPO support for many (probably the most common) settings. MSI installers are also now available.






    share|improve this answer





























      0














      Actually there is a way to manage and enforce Mozilla FireFox application settings using Group Policy. It is a product called PolicyPak which is a group policy based desktop management system that integrates third party applications into Group Policy, allowing you to create GPOs to manage user application settings for FireFox and tons of other applications. Using PP you can manage FireFox settings as effectively as you can manage IE with traditional group policy. It even does it better because it locks down the settings as well. PolicyPak has two ways to utilize it for free called community mode and trial mode so you can test it out. Here is the page:



      http://www.policypak.com/products/manage-firefox-with-group-policy.html



      I want to disclose that I do work for the company that produces PoliyPak.






      share|improve this answer























        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "3"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f168924%2ffirefox-settings-via-gpo%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        3














        You cannot manage firefox with group policy. You have to use FrontMotion Firefox Community Edition which had Administrative Templates to manage all the settings in about:config.



        The only solution with Group Policy with a regular installation of firefox would be to deploy a script to copy an edited "firefox.js" with the line "pref("network.dns.disableIPv6", true);" to "C:Program FilesMozilla Firefoxdefaultspref".






        share|improve this answer





















        • This was once true, but is no longer the case. Firefox even has an Autoconfig option for all the preferences in prefs.js file.
          – cybernard
          Dec 5 at 18:10
















        3














        You cannot manage firefox with group policy. You have to use FrontMotion Firefox Community Edition which had Administrative Templates to manage all the settings in about:config.



        The only solution with Group Policy with a regular installation of firefox would be to deploy a script to copy an edited "firefox.js" with the line "pref("network.dns.disableIPv6", true);" to "C:Program FilesMozilla Firefoxdefaultspref".






        share|improve this answer





















        • This was once true, but is no longer the case. Firefox even has an Autoconfig option for all the preferences in prefs.js file.
          – cybernard
          Dec 5 at 18:10














        3












        3








        3






        You cannot manage firefox with group policy. You have to use FrontMotion Firefox Community Edition which had Administrative Templates to manage all the settings in about:config.



        The only solution with Group Policy with a regular installation of firefox would be to deploy a script to copy an edited "firefox.js" with the line "pref("network.dns.disableIPv6", true);" to "C:Program FilesMozilla Firefoxdefaultspref".






        share|improve this answer












        You cannot manage firefox with group policy. You have to use FrontMotion Firefox Community Edition which had Administrative Templates to manage all the settings in about:config.



        The only solution with Group Policy with a regular installation of firefox would be to deploy a script to copy an edited "firefox.js" with the line "pref("network.dns.disableIPv6", true);" to "C:Program FilesMozilla Firefoxdefaultspref".







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jul 28 '10 at 18:34









        Reflux

        28016




        28016












        • This was once true, but is no longer the case. Firefox even has an Autoconfig option for all the preferences in prefs.js file.
          – cybernard
          Dec 5 at 18:10


















        • This was once true, but is no longer the case. Firefox even has an Autoconfig option for all the preferences in prefs.js file.
          – cybernard
          Dec 5 at 18:10
















        This was once true, but is no longer the case. Firefox even has an Autoconfig option for all the preferences in prefs.js file.
        – cybernard
        Dec 5 at 18:10




        This was once true, but is no longer the case. Firefox even has an Autoconfig option for all the preferences in prefs.js file.
        – cybernard
        Dec 5 at 18:10













        2














        Even though this was resolve I'd like to mention I created a PowerShell script to do just this as well, works with any Firefox preference and many of the config files.



        http://code.remyservices.net/powershell-firefoxpref/






        share|improve this answer


























          2














          Even though this was resolve I'd like to mention I created a PowerShell script to do just this as well, works with any Firefox preference and many of the config files.



          http://code.remyservices.net/powershell-firefoxpref/






          share|improve this answer
























            2












            2








            2






            Even though this was resolve I'd like to mention I created a PowerShell script to do just this as well, works with any Firefox preference and many of the config files.



            http://code.remyservices.net/powershell-firefoxpref/






            share|improve this answer












            Even though this was resolve I'd like to mention I created a PowerShell script to do just this as well, works with any Firefox preference and many of the config files.



            http://code.remyservices.net/powershell-firefoxpref/







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 30 '12 at 19:29









            David Remy

            1,8341010




            1,8341010























                1














                Updated answer to this question...



                Starting with Firefox v60 (I believe), I recommend starting here:



                https://support.mozilla.org/en-US/products/firefox-enterprise



                There is now built-in GPO support for many (probably the most common) settings. MSI installers are also now available.






                share|improve this answer


























                  1














                  Updated answer to this question...



                  Starting with Firefox v60 (I believe), I recommend starting here:



                  https://support.mozilla.org/en-US/products/firefox-enterprise



                  There is now built-in GPO support for many (probably the most common) settings. MSI installers are also now available.






                  share|improve this answer
























                    1












                    1








                    1






                    Updated answer to this question...



                    Starting with Firefox v60 (I believe), I recommend starting here:



                    https://support.mozilla.org/en-US/products/firefox-enterprise



                    There is now built-in GPO support for many (probably the most common) settings. MSI installers are also now available.






                    share|improve this answer












                    Updated answer to this question...



                    Starting with Firefox v60 (I believe), I recommend starting here:



                    https://support.mozilla.org/en-US/products/firefox-enterprise



                    There is now built-in GPO support for many (probably the most common) settings. MSI installers are also now available.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 5 at 15:36









                    Bill_Stewart

                    587311




                    587311























                        0














                        Actually there is a way to manage and enforce Mozilla FireFox application settings using Group Policy. It is a product called PolicyPak which is a group policy based desktop management system that integrates third party applications into Group Policy, allowing you to create GPOs to manage user application settings for FireFox and tons of other applications. Using PP you can manage FireFox settings as effectively as you can manage IE with traditional group policy. It even does it better because it locks down the settings as well. PolicyPak has two ways to utilize it for free called community mode and trial mode so you can test it out. Here is the page:



                        http://www.policypak.com/products/manage-firefox-with-group-policy.html



                        I want to disclose that I do work for the company that produces PoliyPak.






                        share|improve this answer




























                          0














                          Actually there is a way to manage and enforce Mozilla FireFox application settings using Group Policy. It is a product called PolicyPak which is a group policy based desktop management system that integrates third party applications into Group Policy, allowing you to create GPOs to manage user application settings for FireFox and tons of other applications. Using PP you can manage FireFox settings as effectively as you can manage IE with traditional group policy. It even does it better because it locks down the settings as well. PolicyPak has two ways to utilize it for free called community mode and trial mode so you can test it out. Here is the page:



                          http://www.policypak.com/products/manage-firefox-with-group-policy.html



                          I want to disclose that I do work for the company that produces PoliyPak.






                          share|improve this answer


























                            0












                            0








                            0






                            Actually there is a way to manage and enforce Mozilla FireFox application settings using Group Policy. It is a product called PolicyPak which is a group policy based desktop management system that integrates third party applications into Group Policy, allowing you to create GPOs to manage user application settings for FireFox and tons of other applications. Using PP you can manage FireFox settings as effectively as you can manage IE with traditional group policy. It even does it better because it locks down the settings as well. PolicyPak has two ways to utilize it for free called community mode and trial mode so you can test it out. Here is the page:



                            http://www.policypak.com/products/manage-firefox-with-group-policy.html



                            I want to disclose that I do work for the company that produces PoliyPak.






                            share|improve this answer














                            Actually there is a way to manage and enforce Mozilla FireFox application settings using Group Policy. It is a product called PolicyPak which is a group policy based desktop management system that integrates third party applications into Group Policy, allowing you to create GPOs to manage user application settings for FireFox and tons of other applications. Using PP you can manage FireFox settings as effectively as you can manage IE with traditional group policy. It even does it better because it locks down the settings as well. PolicyPak has two ways to utilize it for free called community mode and trial mode so you can test it out. Here is the page:



                            http://www.policypak.com/products/manage-firefox-with-group-policy.html



                            I want to disclose that I do work for the company that produces PoliyPak.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Jul 17 '13 at 1:02

























                            answered Jul 17 '13 at 0:23









                            Brad

                            11




                            11






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Super User!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f168924%2ffirefox-settings-via-gpo%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Список кардиналов, возведённых папой римским Каликстом III

                                Deduzione

                                Mysql.sock missing - “Can't connect to local MySQL server through socket”