Firefox settings via GPO
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
add a comment |
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
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
add a comment |
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
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
firefox group-policy
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
add a comment |
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
add a comment |
4 Answers
4
active
oldest
votes
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".
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
add a comment |
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/
add a comment |
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.
add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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".
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
add a comment |
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".
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
add a comment |
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".
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".
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
add a comment |
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
add a comment |
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/
add a comment |
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/
add a comment |
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/
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/
answered Apr 30 '12 at 19:29
David Remy
1,8341010
1,8341010
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Dec 5 at 15:36
Bill_Stewart
587311
587311
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
edited Jul 17 '13 at 1:02
answered Jul 17 '13 at 0:23
Brad
11
11
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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