Thanks Mike, It seems to work perfectly!
Best, -- Jaime Mas On 20 November 2015 at 16:29, Kaply Consulting <[email protected]> wrote: > Since you're using mozilla.cfg, it is one (or two) lines. I believe this > will work: > > Components.utils.import("resource://gre/modules/Services.jsm"); > Components.utils.import("resource://gre/modules/NetUtil.jsm"); > > Services.perms.add(NetUtil.newURI("PUT URL HERE"), > "plugin-vulnerable:npctrl", 1); > Services.perms.add(NetUtil.newURI("PUT URL HERE"), "plugin:npctrl", 1); > > npctrl is the DLL name for silver light. > > Mike > > > On Fri, Nov 20, 2015 at 9:00 AM, Jaime Mas <[email protected]> wrote: > >> Thanks! >> >> Right now I'm just deploying a file "local-settings.js" and "mozilla.cfg" >> with few settings... I'll check this CCK2, but for now, I was looking for a >> solution by just adding another line to the config files... >> >> -- >> Jaime Mas >> >> On 20 November 2015 at 15:04, Kaply Consulting <[email protected]> >> wrote: >> >>> Yes. You can use the permission manager to allow vulnerable plugins for >>> a particular site. >>> >>> The CCK2 does this automatically. >>> >>> What method are you using to configure Firefox? >>> >>> On Fri, Nov 20, 2015 at 3:57 AM, Jaime Mas <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> We have an issue with some computers that eventually fail to update >>>> Silverlight. >>>> >>>> After some time, Firefox is blocking the outdated plugin, which is the >>>> expected behaviour until we fix it. >>>> >>>> However, we have one Intranet site that requires Silverlight, and I >>>> would like to whitelist only this specific trusted site, for runing the old >>>> version of Silverlight, so it will work even if Silverlight is outdated. >>>> >>>> So far, I have only found information on how to completely disable the >>>> block list in all pages by "extensions.blocklist.enabled false", but I >>>> want to disable it only for one specific page. >>>> >>>> Does such option exist? >>>> >>>> Thanks in advance, >>>> >>>> -- >>>> Jaime Mas >>>> >>>> _______________________________________________ >>>> 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" >>>> >>> >>> >> >
_______________________________________________ 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"

