Re: [Mozilla Enterprise] Policy data format for Bookmarks in Firefox

2018-02-28 Thread Kaply Consulting
On Wed, Feb 28, 2018 at 10:22 AM, James Pearson <jame...@moving-picture.com> wrote: > Kaply Consulting wrote: > > > > If you believe we are missing any key policies, please open bugs. > > From what you've indicated previously, I believe Enterprise Policies > will

Re: [Mozilla Enterprise] Policy data format for Bookmarks in Firefox

2018-02-23 Thread Kaply Consulting
You can see the policies we've implemented so far here: https://searchfox.org/mozilla-central/source/browser/components/enterprisepolicies/Policies.jsm You can see the policies we're implementing for 60 by looking at the dependent bugs here: https://bugzilla.mozilla.org/show_bug.cgi?id=1428920

Re: [Mozilla Enterprise] Installing and enabling an add-on silently

2018-01-11 Thread Kaply Consulting
See: https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/ which Marco already mentioned. If you do not set those prefs, the add-on will be automatically disabled. I'm confused by your last statement though: > Ideally, we would like a solution where our agent can install our add-on

Re: [Mozilla Enterprise] Announcing the next Extended Support Release of Firefox - ESR60 with policy engine

2017-12-20 Thread Kaply Consulting
> Are you saying we’ll do something similar with “configuration.json”, and that this will replace the two files we currently use? And that eventually we’ll be able to set these via GPO, and so won’t need to deploy “configuration.json”? Yes, that is the plan. Mike On Wed, Dec 20, 2017 at 8:03

Re: [Mozilla Enterprise] AddonManager.jsm and AutoConfig in Firefox 57

2017-11-16 Thread Kaply Consulting
AutoConfig is not limited because of WebExtensions, it must be something else. Are you getting a specific error? Note the CCK2 uses the AddonManager. Mike On Thu, Nov 16, 2017 at 10:21 AM, White, Matt wrote: > Hello, > > > > TL;DR; - It doesn't seem like AddonManager

Re: [Mozilla Enterprise] FF 57 - CCK2 updated to latest - getting error at launch

2017-11-15 Thread Kaply Consulting
Can you update cck2.cfg to put a try catch around the include: try { Components.utils.import("resource://cck2/CCK2.jsm"); } catch (e) { Components.utils.reportError(e); } And then see if something shows up on the Javascript console? Thanks Mike On Wed, Nov 15, 2017 at 3:26 PM, Tracy Carlson

Re: [Mozilla Enterprise] CCK2: force extension install

2017-11-15 Thread Kaply Consulting
Did you update your configuration to the latest CCK2? Mike On Tue, Nov 14, 2017 at 7:09 AM, Luca Manganelli < luca_mangane...@comune.trento.it> wrote: > Hi, > > migrating from a Firefox 38 profile (with autoconfig) to a Firefox 52 > (with CCK2) doesn't install extensions bundled with this last.

Re: [Mozilla Enterprise] Mozilla 52.4.1

2017-10-30 Thread Kaply Consulting
Can you please be more specific? CCK2 issues should be reported here https://cck2.freshdesk.com/ Mike 2017-10-27 3:12 GMT-05:00 Eitenberger, Hans : > Hi, > > > > it seems the cck2 autoconfig doesn‘t work with the 64bit FirefoxESR 52.4.1 > > > > *Hans Eitenberger* >

Re: [Mozilla Enterprise] Remote XUL support in Firefox 57/59ESR

2017-10-24 Thread Kaply Consulting
I'll be adding XUL whitelist support to the CCK2. Mike On Mon, Oct 23, 2017 at 11:36 AM, Jorge Villalobos wrote: > The add-on won't work on 57 and above because there's no API to > manipulate page permissions or the pref for local XUL access via file:///. > > There are some

Re: [Mozilla Enterprise] Is CCK2 compatible with Firefox>=57?

2017-10-12 Thread Kaply Consulting
XUL and XPCOM are still available. This is probably a different error. I'll take a look. Mike On Thu, Oct 12, 2017 at 4:31 AM, wrote: > I tried the Nightly and Firefox 57 beta6 but CCK2 generated autoconfigs > aren't working (error messagebox). > > I haven’t checked

Re: [Mozilla Enterprise] Is CCK2 compatible with Firefox>=57?

2017-10-10 Thread Kaply Consulting
The CCK2 Wizard cannot easily be ported to a WebExtension due to some internal things that it does (reading prefs, reading search engines, creating zip files, reading/writing files, etc.). I've thought about possibility porting it to a web application, but I think some folks would be concerned of

Re: [Mozilla Enterprise] Window positioning bug in ESR 52.x under MS Windows

2017-09-25 Thread Kaply Consulting
Would it be possible to try to use mozregression: http://mozilla.github.io/mozregression/ to see when it started happening? Mike On Mon, Sep 18, 2017 at 11:09 AM, Warren Sanders wrote: > I think I have a similar issue; a me too perhaps. I hadn't looked into it > much at

Re: [Mozilla Enterprise] Crash reporting

2017-07-05 Thread Kaply Consulting
The crash reports are stored in: C:\Users\USERNAME\AppData\Roaming\Mozilla\Firefox\Crash Reports in the pending subdirectory. You could try moving the appropriate files (dmp and extra) to your pending subdir and see if it's available to submit there. Mike Kaply On Wed, Jun 21, 2017 at 8:09

Re: [Mozilla Enterprise] IETab on Firefox 52 ESR

2017-06-01 Thread Kaply Consulting
My guess is that it was marked as incompatible because it includes a plugin. There should probably be a bug opened on this. It should be marked compatible for 52 because it needs to work on the ESR. Mike On Wed, May 31, 2017 at 9:23 AM, Mossroy wrote: > Le 30/05/2017 à

Re: [Mozilla Enterprise] Enable Remember History via config

2017-06-01 Thread Kaply Consulting
ref.general.disable_button.default_browser", true); > > clearPref("pref.general.disable_button.default_browser"); > > pref("pref.general.disable_button.default_browser", false); > > > > > > //Ajay Kumar > > > > *From:* Kaply Consulting [mailt

Re: [Mozilla Enterprise] FF 51.1 ESR MIME types hosed?

2017-05-23 Thread Kaply Consulting
I assume you mean 55? I would try using mozregression and see if you can track it down when it happened. http://mozilla.github.io/mozregression/install.html that might give us an idea... Mike Kaply On Wed, May 17, 2017 at 11:53 AM, Gary Baker wrote: > Verified that

Re: [Mozilla Enterprise] whitelist for "unsecure connection" password prompt

2017-05-23 Thread Kaply Consulting
I thought you were talking > about a way to put some domains in a white-list for the unsecure > login/password forms warning (when the authentication is sent in clear > text, with no encryption). > > Le 21/05/2017 à 22:50, Kaply Consulting a écrit : > > Sure. > > If you

Re: [Mozilla Enterprise] Firefox 52.1.1 ESR "tab crashes"

2017-05-23 Thread Kaply Consulting
Would it be possible to turn on the crash reporter temporarily so the crashes will get reported? Mike Kaply On Tue, May 23, 2017 at 6:26 AM, Osdoba, Sascha wrote: > Dear all, > > > > nobody any ideas? > > > > Also tried today with 52.1.2 ESR - same problem. Even with the

Re: [Mozilla Enterprise] whitelist for "unsecure connection" password prompt

2017-05-21 Thread Kaply Consulting
ike, can you elaborate on how to do that with CCK2? > > I did not find a relevant parameter in the UI of CCK2 2.2.3.2 > > Regards, > > Mossroy > > Le 11/05/2017 à 16:44, Kaply Consulting a écrit : > > You can do this with the CCK2 but it has to be individual domains. >

Re: [Mozilla Enterprise] Firefox deployment/configuration/update guides?

2017-05-03 Thread Kaply Consulting
> I was also able to create a variable *within* the cck2.cfg file and reference it within the config {} object variable too and that works fine. But I've been unsuccessful in finding a way to import/load an external javascript file in general from inside cck2.cfg. I just get "Failed to read the

Re: [Mozilla Enterprise] 2017 Firefox Enterprise Survey

2017-04-19 Thread Kaply Consulting
I'll update that question, but it was in reference to Mission Control. Mike On Tue, Apr 18, 2017 at 9:43 PM, James Andrewartha < jandrewar...@ccgs.wa.edu.au> wrote: > Hi Peter, > > On 19/04/17 01:32, Peter Dolanjski wrote: > > Please take a minute to fill out this > >

Re: [Mozilla Enterprise] [Non-DoD Source] Re: ESR 52.0.2 update error (UNCLASSIFIED)

2017-04-17 Thread Kaply Consulting
> > > -----Original Message- > From: Kaply Consulting [mailto:consult...@kaply.com] > Sent: Monday, April 17, 2017 8:38 AM > To: Tremblay, Michael R CTR USARMY 93 SIG BDE (US) > <michael.r.tremblay2@mail.mil> > Cc: Handy, Robert W CTR DARPA MSO (US) <robert.h

Re: [Mozilla Enterprise] ESR 52.0.2 update error (UNCLASSIFIED)

2017-04-17 Thread Kaply Consulting
Where exactly is this error showing up? Mike On Mon, Apr 17, 2017 at 6:48 AM, Tremblay, Michael R CTR USARMY 93 SIG BDE (US) wrote: > CLASSIFICATION: UNCLASSIFIED > > That seems to be the only solution I've found as well. Strange that this > just started

Re: [Mozilla Enterprise] Unable to deploy signed add-ons Firefox 52.0.2 macOS

2017-04-12 Thread Kaply Consulting
2/2017, 9:04:39 AM, Kaply Consulting <consult...@kaply.com> > <consult...@kaply.com> wrote: > > You need to set the preference > > xpinstall.signatures.required > > to false > > By default, Firefox 52 still requires signatures. > > Mike > > On Tu

Re: [Mozilla Enterprise] Widevine, Primetime, and OpenH264

2017-03-29 Thread Kaply Consulting
According to this page: https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/H.264_support_in_Firefox This clip: http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4 Is an OpenH264 clip Mike On Wed, Mar 29, 2017 at 3:16 PM, Jason Jackson wrote:

Re: [Mozilla Enterprise] Fw: Addon manager not loading in FF 52 ESR

2017-03-15 Thread Kaply Consulting
rce://gre/modules/ AddonManager.jsm:: > > Addon ManagerInternalForURL@ resource://gre/modules/ > AddonManager.jsm:1881:13 > this.AddonManager. getInstallForURL@resource:// > gre/modules/AddonManager.jsm: 3438:5 > observe@resource://cck2.jsm: 849:15" > > I've packaged FF52.0

Re: [Mozilla Enterprise] Fw: Addon manager not loading in FF 52 ESR

2017-03-15 Thread Kaply Consulting
gre/modules/AddonManager.jsm:3438:5 > observe@resource://cck2.jsm:849:15" > > I've packaged FF52.0 the same way I packaged FF45.8. FF 45.8 installed and > I was able to open the AddonManager without any issues. > > > Justin Anderson > > > > -

Re: [Mozilla Enterprise] Fw: Addon manager not loading in FF 52 ESR

2017-03-15 Thread Kaply Consulting
Does it load if you don't have the CCK2 add-on installed? Mike On Wed, Mar 15, 2017 at 6:12 AM, Justin Anderson wrote: > > Justin Anderson > > > > > - Forwarded Message - > *From:* Justin Anderson > *To:* "enterprise@mozilla.org"

Re: [Mozilla Enterprise] Configuration Error NS_ERROR_MALFORMED_URI

2017-03-10 Thread Kaply Consulting
I updated the CCK2 yesterday to fix this. It had to do with using *. at the beginning of permission URLs. Mike On Wed, Mar 8, 2017 at 1:20 PM, Tichenor, Jonathan wrote: > Using CCK 2.2.3 and Firefox 52.0esr, I receive this error on every launch. > (Also tested with CCK

Re: [Mozilla Enterprise] Firefox 52: what changed since 45 (the previous ESR)?

2017-03-09 Thread Kaply Consulting
browser.urlbar.userMadeSearchSuggestionsChoice set to true browser.urlbar.suggest.searches set to false Mike On Thu, Mar 9, 2017 at 4:52 PM, Klaus Hartnegg wrote: > I scanned all release notes from 46 to 52 for changes that I regard > potentially interesting for

Re: [Mozilla Enterprise] [EXTERNAL] Re: Enable XPI when deploying Firefox

2017-03-09 Thread Kaply Consulting
icles now about creating an AutoConfig file. Our > current XPI includes permissions and bookmarks and many other > customizations so I think I’ll be wandering around in a dark closet for a > while as I feel out the new terrain. > > Thanks! > > > > Cyndy McBride > &

Re: [Mozilla Enterprise] Enable XPI when deploying Firefox

2017-03-09 Thread Kaply Consulting
Did you name the CompanyCCK2 folder the same name as the XPI ID? There shouldn't be any need to extract the XPI, you should just name it cck2-ID.xpi Although I would strongly recommend switching to the AutoConfig method for the CCK2 as it will work better going forward. Mike Kaply On Thu, Feb

Re: [Mozilla Enterprise] Firefox 52 and Plugins summary

2017-03-09 Thread Kaply Consulting
> 52.1-RR: Plugins except Flash disabled. Did you mean 53? On Wed, Mar 8, 2017 at 5:08 AM, Klaus Hartnegg wrote: > It's difficult. Here is how I currently understand it: > > 52.0-RR: Plugins except Flash disabled, others can be manually enabled. > 52.1-RR: Plugins

Re: [Mozilla Enterprise] URGENT!!!!! How do i know, if my web app is being used by a user having ESR release?

2017-03-06 Thread Kaply Consulting
channel-prefs.js. It's not exposed anywhere to content. Mike On Mon, Mar 6, 2017 at 2:09 PM, Paul Kosinski <mozi...@iment.com> wrote: > Where does Help->About get the "ESR"? Could there be a bit of > Javascript that could retrieve this? > > > On Mon, 6 Mar 2017

Re: [Mozilla Enterprise] URGENT!!!!! How do i know, if my web app is being used by a user having ESR release?

2017-03-06 Thread Kaply Consulting
There is no way to check the user agent and know 52 ESR from regular 52. I guess you might be able to check the navigator.plugins array and see if Silverlight is there? I'm not sure. Mike On Mon, Mar 6, 2017 at 11:32 AM, Alpee Jain wrote: > Dear All, > > > > I have

Re: [Mozilla Enterprise] Importing certificates

2017-02-10 Thread Kaply Consulting
; and the installs have been silent up until v45.6. Starting with v45.6esr > almost all the install is silent, but some (not all) installations have > triggered this import bookmarks pop-up. No other screens, just that one. > Otherwise installs silently. > > Starting with

Re: [Mozilla Enterprise] Working with CCK2

2017-02-08 Thread Kaply Consulting
The pocket problem is a CCK2 bug. The name of the preference to disable pocket changed. It's now: extensions.pocket.enabled If you add this to the preferences section and lock it, you shouldn't need to change Hidden UI. It will be fixed in the next version. Mike 2017-01-10 12:45 GMT-06:00

Re: [Mozilla Enterprise] Change default location of bookmarks?

2017-02-08 Thread Kaply Consulting
the time. Honestly, though, I don't think anything like this will work in WebExtensions anyway, so it would be a temporary fix. Sorry I don't have a better answer. Mike On Tue, Jan 24, 2017 at 3:46 PM, Kaply Consulting <consult...@kaply.com> wrote: > I built an experimental extens

Re: [Mozilla Enterprise] Enabling bookmarks toolbar by default

2017-02-07 Thread Kaply Consulting
Set the preference: browser.showPersonalToolbar to true. That should do it. Mike On Tue, Jan 31, 2017 at 2:43 PM, Austin Brashear wrote: > Hello, > > I've spent a good bit of time today customizing Firefox for our school > using distribution.ini as documented on the

Re: [Mozilla Enterprise] Are there early ESR 52 builds?

2017-02-07 Thread Kaply Consulting
ns). > https://developer.mozilla.org/en-US/Add-ons/WebExtensions/ > Browser_support_for_JavaScript_APIs > > Thanks, > > Xavier > > 2017-02-02 15:32 GMT+01:00 Kaply Consulting <consult...@kaply.com>: > >> I'll have a blog post later today that explains the plugins situati

Re: [Mozilla Enterprise] webserver certificate expired - any possibility not to display the warning?

2017-02-06 Thread Kaply Consulting
The override functionality in the CCK2 can do this. It has to do with making an initial call to the server and overriding the SSL execptions. https://github.com/mkaply/cck2wizard/blob/master/cck2/modules/CCK2.jsm#L834 It can probably be done in Autoconfig. Mike On Mon, Feb 6, 2017 at 8:47 AM,

Re: [Mozilla Enterprise] Are there early ESR 52 builds?

2017-02-02 Thread Kaply Consulting
I'll have a blog post later today that explains the plugins situation. Mike On Thu, Feb 2, 2017 at 2:33 AM, Sylvestre Ledru wrote: > We keep it only for ESR52, not on release. > > We will branch ESR52 and 52 during the beta cycle. Once we do that, you > will be able to test

Re: [Mozilla Enterprise] Import bookmarks

2017-01-31 Thread Kaply Consulting
Can you post a screensot? That would be odd. Mike On Tue, Jan 31, 2017 at 4:48 AM, William Spratt wrote: > Hi All, > > > > Has anyone else started getting the occasional prompt to import bookmarks > with a “silent” install of 45.7.0? > > > > Regards > > > > Will > >

Re: [Mozilla Enterprise] Change default location of bookmarks?

2017-01-24 Thread Kaply Consulting
I built an experimental extension to do this, but never released it because I figured no one would want to take the risk :) Let me clean it up and see how well it works, and I'll let you know. Mike On Tue, Jan 24, 2017 at 2:20 PM, Daniel Frey wrote: > Is it possible to

Re: [Mozilla Enterprise] Working with CCK2

2017-01-10 Thread Kaply Consulting
What specifically are you trying to hide? Mike 2017-01-10 5:10 GMT-06:00 Niklas Kaumanns : > Hello everyone, > > > > I’m new to this list and IT-Support generally. I’m currently testing > Firefox ESR with CCK2 to build a version we can use. > > > > Currently I’m stuck

Re: [Mozilla Enterprise] Mozilla maintenance service ESR branch

2017-01-04 Thread Kaply Consulting
Yes, but not immediately, only when 45 goes completely out of support (45.9->52.2) Mike On Wed, Jan 4, 2017 at 10:07 AM, Valente Panattoni wrote: > Will the Mozilla maintenance service automatically update FF to the next > ESR major release .e.g. 45 to 52 ? > >

Re: [Mozilla Enterprise] Easy Way to Deploy Root Certificate to Firefox?

2017-01-03 Thread Kaply Consulting
I document this here: https://mike.kaply.com/2015/02/10/installing-certificates-into-firefox/ There is also a major change coming to the Firefox 52 ESR (already in current Firefox) that will make this much easier on Windows.

Re: [Mozilla Enterprise] Using GPO to set settings & extensions for Firefox

2016-12-12 Thread Kaply Consulting
It should actually be in C:\Program Files (x86)\Mozilla Firefox\defaults\pref https://mike.kaply.com/2012/03/15/customizing-firefox-default-preference-files/ Mike On Fri, Dec 9, 2016 at 5:30 PM, Daniel Frey wrote: > Hi list, > > I've done a fair bit of research and managed

Re: [Mozilla Enterprise] security.enterprise_roots.enabled;true

2016-12-01 Thread Kaply Consulting
It will be in the Firefox 52 ESR. It won't be in the Firefox 45 ESR. Mike On Thu, Dec 1, 2016 at 9:25 AM, Valente Panattoni wrote: > When can we expect the preference security.enterprise_roots.enabled;true > to be available in FF ESR? > > > > I tried adding it manually in

Re: [Mozilla Enterprise] tree-images in FF45ESR not working

2016-11-30 Thread Kaply Consulting
The best tool to find these kinds of things is mozregression: http://mozilla.github.io/mozregression/ It got me to this list: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=1a7af0fca900e297575b413fd1b2707f44ea2c41=ec1fa4b01b12b1dc30455057dba7d089df133954 and looking

Re: [Mozilla Enterprise] OPENJPEG Version in Firefox ESR 45.4

2016-10-21 Thread Kaply Consulting
I'm not sure we use OPENJPEG. I don't see it referenced in the licenses in about:license. We use a package called libjpeg-turbo which is referenced here: https://dxr.mozilla.org/mozilla-central/source/media/libjpeg/MOZCHANGES Might have better luck asking on a firefox-dev mailing list. Mike

Re: [Mozilla Enterprise] Firefox - Config Files vs. GPO

2016-10-20 Thread Kaply Consulting
As indicated by others, it means there is a mistake in the AutoConfig files. On Windows, there is a bug that error messages don't display when there is a problem in the AutoConfig file. I've created a post to give ideas on how to debug:

Re: [Mozilla Enterprise] Block updates of one extension (but not all)

2016-09-20 Thread Kaply Consulting
In theory you could use the addon manager API, but you've have to write some custom code to make sure it ran late in the process. I'll see if I can put something together. Mike Kaply On Tue, Sep 20, 2016 at 7:27 AM, Mossroy wrote: > After comparing a user profile with &

Re: [Mozilla Enterprise] disable installation of add-ons

2016-09-06 Thread Kaply Consulting
isit https://mail.mozilla.org/listinfo/enterprise or send an email to enterprise-requ...@mozilla.org with a subject of "unsubscribe" -- Mike Kaply - Kaply Consulting in Austin, TX Sign up for my newsletter - http://mike.kaply.com/email/ http://mike.kaply.com | http://www.li

Re: [Mozilla Enterprise] Default search engines FF 45esr

2016-08-22 Thread Kaply Consulting
ons. What should i do? Deleting > Profiles? > > By the way, the solution ist a part of the solution. > > Thank you very much > > I will try with nsIBrowserSearchService... it is really on the way? > > Carlos > > > > Am 22/08/16 um 14:10 schrieb Gunnar Haslinger

Re: [Mozilla Enterprise] Default search engines FF 45esr

2016-08-19 Thread Kaply Consulting
Can you try creating a new profile? On Fri, Aug 19, 2016 at 9:59 AM, Gunnar Haslinger | bmlvs.gv.at < gunnar.haslin...@bmlvs.gv.at> wrote: > Am 19.08.2016 um 16:37 schrieb Kaply Consulting: > > distribution/searchplugins/common > > > > Tried to insert the (working/tes

Re: [Mozilla Enterprise] Default search engines FF 45esr

2016-08-19 Thread Kaply Consulting
Please don't do that. There is seldom a good reason to unpack and repack omni.ja and you could break things. https://mike.kaply.com/2013/05/06/dont-unpack-and-repack-omni-jar/ Mike Kaply On Fri, Aug 19, 2016 at 7:09 AM, Gunnar Haslinger | bmlvs.gv.at < gunnar.haslin...@bmlvs.gv.at> wrote: > As

Re: [Mozilla Enterprise] Define search engine global in FF...

2016-08-18 Thread Kaply Consulting
distribution/bundles support was removed, not support for the distribution directory. If you create a directory on Windows called: distribution/searchplugins/common and put an OpenSearch XML file in there, it will work. On Mac, it goes under the Resources directory. Mike Kaply Mike Kaply

Re: [Mozilla Enterprise] Define search engine global in FF...

2016-08-17 Thread Kaply Consulting
The most common way to do this is to put the search plugin in the distribution\searchplugins\common directory. This should work for now. You can use autoconfig or other methods to set it as the default engine. Mike Kaply On Wed, Aug 17, 2016 at 9:48 AM, Thomas Besser

Re: [Mozilla Enterprise] About Mozilla Certificate Store

2016-07-22 Thread Kaply Consulting
Some work has been done to enable integration of Windows certificates. You can check out the bug here: https://bugzilla.mozilla.org/show_bug.cgi?id=1265113 It will be in Firefox 49. I'm working to get a post together that describes the work better. Mike On Fri, Jul 22, 2016 at 10:16 AM,

Re: [Mozilla Enterprise] Locking down application (mimetypes) selection

2016-07-20 Thread Kaply Consulting
There's no built in way to prevent users from modify the helper apps. You could add some custom code to disable the applications dialog completely. If you use the CCK2, you could hide that entire tab. Mike On Tue, Jul 19, 2016 at 7:45 AM, Hosley, Jamie (ESE) wrote: > Hi

Re: [Mozilla Enterprise] With current versions of Firefox, how do I go about pre-populating, Firefox profile settings?

2016-07-14 Thread Kaply Consulting
uld be effectively forced to use it. Well that would be true of the preference as well. You can wrap it in some sort of firstrun preference and only set it if it the user hasn't done anything. Mike On Thu, Jul 14, 2016 at 4:51 PM, <firefox-...@whyaskwhy.org> wrote: > On 7/12/2016 8:52 AM, Kapl

Re: [Mozilla Enterprise] [OT?] Some info on CCK2...

2016-05-09 Thread Kaply Consulting
On 5/9/16 6:22 AM, Marco Gaiarin wrote: Mandi! Kaply Consulting In chel di` si favelave... Sorry for the late answer, i was busy on other things... I'll answer this, but think CCK2 specific questions would be better asked at cck2.freshdesk.com I've subscribed. But i tend to hate forums

Re: [Mozilla Enterprise] Extension "could not be verified" warning when installed globally?

2016-05-05 Thread Kaply Consulting
You have autoDisableScopes set to 4. That means stuff in browser/extensions will get automatically disabled https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/ Mike On Thu, May 5, 2016 at 9:47 AM, Pete Boyd <petes-li...@thegoldenear.org> wrote: > On 29/04/2016 13:

Re: [Mozilla Enterprise] CCK2 questions

2016-05-02 Thread Kaply Consulting
What Ryan said. I thought adding importing, but I don't think it's worth it. The CCK2 allows you to append arbitrary Javascript to the end (or beginning) of the CCK2 autoconfig, including an autoconfig file you've already written. Mike On Mon, May 2, 2016 at 1:20 PM, Kasper, Ryan V

Re: [Mozilla Enterprise] Extension "could not be verified" warning when installed globally?

2016-04-29 Thread Kaply Consulting
7/04/2016 22:07, Kaply Consulting wrote: > > It should allow those extensions to work in those locations now. > > > > The certificate that they are signed with by default was not a > > "sideload" certificate. So it didn't allow them to be placed in those >

Re: [Mozilla Enterprise] Extension "could not be verified" warning when installed globally?

2016-04-27 Thread Kaply Consulting
On Wed, Apr 27, 2016 at 3:43 PM, Pete Boyd <petes-li...@thegoldenear.org> wrote: > On 05/04/2016 17:54, Kaply Consulting wrote: > > It's because there are different certificates right now for sideloaded > > and not sideloaded extensions. > > > > To avoid the warn

Re: [Mozilla Enterprise] Remembered Passwords

2016-04-15 Thread Kaply Consulting
You could add this code to your AutoConfig: try { var loginManager = Components.classes["@mozilla.org/login-manager;1"]. getService(Components.interfaces.nsILoginManager); loginManager.removeAllLogins(); } catch (e) { } Mike On Fri, Apr 15, 2016 at 10:45 AM,

Re: [Mozilla Enterprise] Pop-up whitelist in ESR 45

2016-04-14 Thread Kaply Consulting
rnet: www.debeka.de > > Besuchen Sie uns auch in sozialen Netzwerken. > Unsere Adressen finden Sie hier: www.debeka.de/socialmedia > > Pflichtangaben der Debeka-Unternehmen > gemäß § 35a GmbHG / § 80 AktG: www.debeka.de/pflichtangaben > > Am 12.04.2016 19:01, schrieb Kaply Cons

Re: [Mozilla Enterprise] Errors on HTTPS websites

2016-04-12 Thread Kaply Consulting
If you add that certificate manually to Firefox, do you experience the same problem? I assume the problem doesn't happen if you don't add that certificate? Mike On Tue, Apr 12, 2016 at 11:10 AM, Gerard Pittman wrote: > Using CCK2, most of the preferences are set and working

Re: [Mozilla Enterprise] Disable snipptes on about:home

2016-04-12 Thread Kaply Consulting
Setting browser.aboutHomeSnippets.updateUrl to an empty string should do it. They are cached, though, so you might still see them if you do this after you have run Firefox. If you use the CCK2 to disable snippets, it will remove the whole snippet box on the about:home page. Mike On Tue, Apr

Re: [Mozilla Enterprise] Locking down Preferences for Deployment

2016-04-04 Thread Kaply Consulting
On Wed, Mar 30, 2016 at 4:19 PM, Gerard Pittman wrote: > Thanks a Lot I was able to narrow it down to this: > > //Disables View passwords > lockPref.privacy.disable_button.view_passwords; > I eliminated and it lauched fine. > > But I was unable to get this one to work making

Re: [Mozilla Enterprise] Disabling Firefox Sync

2016-03-31 Thread Kaply Consulting
The only way to disable Sync (without writing a lot of custom code) is to use CCK2. https://mike.kaply.com/cck2/ Mike Kaply On Thu, Mar 31, 2016 at 4:13 AM, Dipen Narendra Kumar < dipen.ku...@harmonic-capital.com> wrote: > Hello, > > > > I am currently evaluating Firefox ESR 45 for an

Re: [Mozilla Enterprise] [SPAM-Keyword] - Re: Firefox 45ESR - deployment

2016-03-14 Thread Kaply Consulting
e [mailto:enterprise-boun...@mozilla.org] *On Behalf Of *Kaply Consulting *Sent:* Monday, March 14, 2016 7:25 AM *To:* enterprise@mozilla.org *Subject:* [SPAM-Keyword] - Re: [Mozilla Enterprise] Firefox 45ESR - deployment Where are you adding user_pref? That style doesn't work in Autoconfig. pref

Re: [Mozilla Enterprise] Firefox 45ESR - deployment

2016-03-14 Thread Kaply Consulting
ter lockPref("toolkit.crashreporter.enabled", false); Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports = false; // Disable URL "trimming" (e.g. hiding 'http:') pref("browser.urlbar.trimURLs

Re: [Mozilla Enterprise] Firefox 45ESR - what's changed?

2016-03-14 Thread Kaply Consulting
or anybody else know when this change was made? I looked in release notes from 39 to 45 but can't find anything that would announce this. Best regards Sebastian Metzger -- Mike Kaply - Kaply Consulting in Austin, TX Sign up for my newsletter - http://mike.kaply.com/email/ http://mike.kaply.com

Re: [Mozilla Enterprise] Firefox 45ESR - deployment

2016-03-11 Thread Kaply Consulting
rprise-requ...@mozilla.org with a subject of "unsubscribe" -- Mike Kaply - Kaply Consulting in Austin, TX Sign up for my newsletter - http://mike.kaply.com/email/ http://mike.kaply.com | http://www.linkedin.com/in/mkaply ___ Enterpr

Re: [Mozilla Enterprise] Firefox 45ESR - what's changed?

2016-03-10 Thread Kaply Consulting
7 schrieb Kaply Consulting: > > As long as your using the latest CCK2, you should be good. > > > > The biggest change was the removal of the distribution/bundles directory. > > Is there an alternative way to distribute addons globally? Visible and > un

Re: [Mozilla Enterprise] Firefox 45ESR - what's changed?

2016-03-10 Thread Kaply Consulting
As long as your using the latest CCK2, you should be good. The biggest change was the removal of the distribution/bundles directory. Mike On Thu, Mar 10, 2016 at 7:02 AM, James M. Pulver wrote: > Yes, what I was hoping for would be an ESR focused what's changed between >

Re: [Mozilla Enterprise] Citrix Ica Client

2016-01-28 Thread Kaply Consulting
It depends on the name of the plugin. Can you go to about:plugins and tell me the file name for the Citrix DLL? Mike On Thu, Jan 28, 2016 at 10:04 AM, Fabian Scherer wrote: > At Last Time i just activated the Option "Always activated" at the Plugins > of the FF and it

Re: [Mozilla Enterprise] Antwort: Re: Enforce use of master password

2016-01-28 Thread Kaply Consulting
The master password dialog only displays when Firefox needs a password. So it won't happen at startup. If you've stored a password, it will happen when you go to a page where Firefox tries to prefill a login. Are you asking for a password at every Mozilla startup? On Thu, Jan 28, 2016 at 8:10

Re: [Mozilla Enterprise] Auto-enable extensions Mozilla Firefox 42.0

2016-01-21 Thread Kaply Consulting
ing the pref? Mike On Thu, Jan 21, 2016 at 2:47 PM, Kaply Consulting <consult...@kaply.com <mailto:consult...@kaply.com>> wrote: See: https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/ You shouldn't be touching enabledScopes. Mike On 1/21/16

Re: [Mozilla Enterprise] [OT?] Enabling ''safe search'' systemwide...

2016-01-20 Thread Kaply Consulting
, 2016 at 3:37 AM, Marco Gaiarin <g...@sv.lnf.it> wrote: > Mandi! Kaply Consulting > In chel di` si favelave... > > > You can create a Firefox extension that appends the safe search > parameter to > > every search on Google/Yahoo/Bing and guarantees you always get s

Re: [Mozilla Enterprise] [OT?] Enabling ''safe search'' systemwide...

2016-01-14 Thread Kaply Consulting
You can create a Firefox extension that appends the safe search parameter to every search on Google/Yahoo/Bing and guarantees you always get safe searches. The problem with the safe search config in Google is that it's easy to turn off. On Thu, Jan 14, 2016 at 8:11 AM, Chris Puttick <

Re: [Mozilla Enterprise] Public - Firefox Merge/Release Schedule

2016-01-13 Thread Kaply Consulting
I use this page: https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates On Wed, Jan 13, 2016 at 1:07 PM, Arnesen, Shamus wrote: > All of 2016 is empty in this calendar. This is what I use to plan and > track/package the ESR releases. Do you know when this

Re: [Mozilla Enterprise] Firefox ESR - Silent Update behavior

2016-01-05 Thread Kaply Consulting
38.7. The only time an ESR will update to the next major version is when that ESR has EOL. So ESR 38.8 will update to ESR 45.2. Mike On Tue, Jan 5, 2016 at 12:56 PM, Arnesen, Shamus wrote: > What update behavior is to be expected with ESR when the “silent update” >