This is what I have. The come pages sets but get the below popup when opening firefox the first time
[cid:[email protected]] // WKS Mozilla Firefox Lockdown // Disable updater lockPref("app.update.enabled", false); // Make absolutely sure it is really off lockPref("app.update.auto", false); lockPref("app.update.mode", 0); lockPref("app.update.service.enabled", false); // Disable Add-ons compatibility checking clearPref("extensions.lastAppVersion"); // Don't show 'know your rights' on first run lockPref("browser.rights.3.shown", true); // Don't show WhatsNew on first run after every update lockPref("browser.startup.homepage_override.mstone","ignore"); // Don't show Windows 10 splash screen on first run lockPref("browser.usedOnWindows10", true); // Set default homepage defaultPref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=http://www.google.com"); // Disable the flash to javascript converter lockPref("shumway.disabled", true); // Don't ask to install the Flash plugin lockPref("plugins.notifyMissingFlash", false); // Disable plugin checking lockPref("plugins.hide_infobar_for_outdated_plugin", true); clearPref("plugins.update.url"); // Disable health reporter lockPref("datareporting.healthreport.service.enabled", false); // Disable all data upload (Telemetry and FHR) lockPref("datareporting.policy.dataSubmissionEnabled", false); // Disable crash reporter lockPref("toolkit.crashreporter.enabled", false); Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports = false; // Disable default browser check lockPref("browser.shell.checkDefaultBrowser", false); // Disable themes lockPref("config.lockdown.disable_themes", true); // Enable Java Plugin lockPref("security.enable_java", true); // Automatically enable extensions lockPref("extensions.autoDisableScopes", 0); From: Kasper, Ryan V [mailto:[email protected]] Sent: 17 July 2017 15:57 To: Harji, Menesh <[email protected]>; '[email protected]' <[email protected]> Subject: RE: Browser Home Menesh, Can you share the URL to the article you are using to set up your configuration (Mozilla Wiki or otherwise)? Can you share the actual files you are editing and the relative paths to them? You DO need data:text/plain on the homepage pref due to the data type in the underlying preference in Firefox... Be extra careful with special characters (including quotes that have been copy/pasted) in this file - treat it like a Javscript doc... (// to comment a line, etc.). Save it in plain text format UTF-8. Thanks, Ryan Kasper Lockheed Martin Software Distribution [email protected]<mailto:[email protected]> From: Enterprise [mailto:[email protected]] On Behalf Of Harji, Menesh Sent: Thursday, July 13, 2017 4:39 AM To: '[email protected]' <[email protected]<mailto:[email protected]>> Subject: EXTERNAL: [Mozilla Enterprise] Browser Home Using ESR 52.2.0 and using the following defaultPref("browser.startup.homepage", "https://www.google.com<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com&d=DwMFAg&c=3v6EBbtpnn9A7jIZYjOw6KN7Pe17WoimzcinOq2Xztg&r=QmcEQofc-jqHnq0RAjEpXZue9DywI2QLIBJ8MwV3OHc&m=Y7Ut2vGvCoP55Fg9QMUh7ETaRaJTe7m4L5BmiJeHo50&s=J_vYbj3myP-yJSfzEEKF1BVJ_n-wGqKX04URePM4c48&e=>"); in an auto config file it does not set the home page. I have tried defaultPref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=http://www.google.com"); which sets the home page but get the below when starting the brower ________________________________ http://www.bgcpartners.com CONFIDENTIAL: This e-mail has been sent to you by one of the BGC entities (collectively BGC) Please see important legal information and disclaimer relating to this mail at the following links: http://www.bgcpartners.com/disclaimers/ Please see for BGC Disclosures The link contains company and FCA registration numbers. This e-mail, including its contents and attachments, if any, are confidential. If you are not the named recipient please notify the sender and immediately delete it. You may not disseminate, distribute, or forward this e-mail message or disclose its contents to anybody else. Copyright and any other intellectual property rights in its contents are the sole property of BGC and its affiliates. E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. Although we routinely screen for viruses, addressees should check this e-mail and any attachments for viruses. We make no representation or warranty as to the absence of viruses in this e-mail or any attachments. Please note that to ensure regulatory compliance and for the protection of our customers and business, we may monitor and read e-mails sent to and from our server(s). The registered offices of the BGC entities are at 1 Churchill Place, London, E14 5RD. For any issues arising from this email please reply to the sender. The FCA register appears at http://www.FCA.org.uk/register/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.FCA.org.uk_register_&d=DwMFAg&c=3v6EBbtpnn9A7jIZYjOw6KN7Pe17WoimzcinOq2Xztg&r=QmcEQofc-jqHnq0RAjEpXZue9DywI2QLIBJ8MwV3OHc&m=Y7Ut2vGvCoP55Fg9QMUh7ETaRaJTe7m4L5BmiJeHo50&s=SF_XaYedN0eqJzckT9GYmbIPGiYE60YdUILEgV7Qqd0&e=>. The FCA regulates the financial services industry in the United Kingdom and is located at 25 The North Colonnade, Canary Wharf, London, E14 5HS. BGC Financial LP CFTC Rule 1.55(K) Firm Specific Disclosure Statement ---------------------------------------------------------------------- http://www.bgcpartners.com CONFIDENTIAL: This e-mail has been sent to you by one of the BGC entities (collectively BGC) Please see important legal information and disclaimer relating to this mail at the following links: http://www.bgcpartners.com/disclaimers/ Please see for BGC Disclosures The link contains company and FCA registration numbers. This e-mail, including its contents and attachments, if any, are confidential. If you are not the named recipient please notify the sender and immediately delete it. You may not disseminate, distribute, or forward this e-mail message or disclose its contents to anybody else. Copyright and any other intellectual property rights in its contents are the sole property of BGC and its affiliates. E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. Although we routinely screen for viruses, addressees should check this e-mail and any attachments for viruses. We make no representation or warranty as to the absence of viruses in this e-mail or any attachments. Please note that to ensure regulatory compliance and for the protection of our customers and business, we may monitor and read e-mails sent to and from our server(s). The registered offices of the BGC entities are at 1 Churchill Place, London, E14 5RD. For any issues arising from this email please reply to the sender. The FCA register appears at http://www.FCA.org.uk/register/. The FCA regulates the financial services industry in the United Kingdom and is located at 25 The North Colonnade, Canary Wharf, London, E14 5HS. BGC Financial LP CFTC Rule 1.55(K) Firm Specific Disclosure Statement
_______________________________________________ Enterprise mailing list [email protected] https://mail.mozilla.org/listinfo/enterprise To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to [email protected] with a subject of "unsubscribe"

