Aaron,
We accomplish this like such in autoconfig file (it is stored in
permissions.sqlite):
//Config pop-up whitelist
Components.utils.import("resource://gre/modules/Services.jsm");
try{
Services.perms.add(Services.io.newURI("http://example.com",
null, null), "popup", 1);
}
catch(e){
}
Add additional lines inside the try as needed…
Thanks,
Ryan Kasper
Lockheed Martin Software Distribution
[email protected]<mailto:[email protected]>
From: Enterprise [mailto:[email protected]] On Behalf Of Aaron D.
Klein
Sent: Tuesday, March 28, 2017 6:36 AM
To: [email protected]
Subject: EXTERNAL: Re: [Mozilla Enterprise] Manage Firefox Add-in's to activate
select upon deployment
Thanks. Adding those lines to my .cfg file works great.
One last question for the group. To specify that I want to allow popup’s on
internal sites like allow popups on all sites like https://*.bridgewater.edu
as we have several internal resources that require popup blockers to be
disabled could I do that via an entry in the .cfg file? I looked in the
about:config page and didn’t see anything referenced in there for a few
internal sites I have setup to allow popups.
From: Enterprise [mailto:[email protected]] On Behalf Of Fjoerfoks
Sent: Tuesday, March 28, 2017 3:35 AM
To: [email protected]<mailto:[email protected]>
Subject: Re: [Mozilla Enterprise] Manage Firefox Add-in's to activate select
upon deployment
Hi Aaron,
To activate plugins by default without asking, you need to set :
plugin.state.xxx = 2
For Silverlight it is plugin.state.npctrl = 2
For Microsoft 2010 it is plugin.state.npauthz = 2 and plugin.state.npspwrap = 2
Kind regards,
Wim
2017-03-27 21:31 GMT+02:00 Aaron D. Klein
<[email protected]<mailto:[email protected]>>:
First I wish to apologize if this has been answered several times but I just
signed up this list.
We’re looking to push Firefox out to all our managed computers. I have
successfully setup a deployment via SCCM and tested the deployment to work
using the 52.0.1 ESR version of Firefox. I used information from this page
https://www.itsupportguides.com/knowledge-base/configmgr-sccm/install-and-configure-firefox-silently/
to setup the install. I made a few tweaks like removing the bit that disabled
auto update but beyond that the deployment basically is the same as what is in
the above link.
Our campus ERP uses a Silverlight plugin to work so when I tested this
deployment with our ERP I was prompted to activate a Microsoft Office and
Silverlight add in I did this and I was able to use our ERP interface. What I
am looking for is a way to configure at deployment those two add in’s to be
already activated for our users.
I have looked around the web and must have used the wrong search terms as I was
not able to find a way to configure via a config file what add in’s to be
activated. All I found was information on how to turn things on / off from an
individual user level which I would rather not have our users do.
Aaron Klein | IT Center | Manager of Information Technology Operations
phone: 540-828-5646<tel:%28540%29%20828-5646> | fax:
540-828-5493<tel:%28540%29%20828-5493> | online:
bridgewater.edu<http://www.bridgewater.edu/>
[BClogo-H2C-[Converted]_small-2]<http://www.bridgewater.edu/>
_______________________________________________
Enterprise mailing list
[email protected]<mailto:[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]<mailto:[email protected]> with a
subject of "unsubscribe"
_______________________________________________
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"