Tim,

My autoconfig fix for internal sites has been:
Components.utils.import("resource://gre/modules/Services.jsm");
try{
                Services.perms.add(Services.io.newURI("http://example.com";, 
null, null), "plugin:flash", 1);
                Services.perms.add(Services.io.newURI("https://example.com";, 
null, null), "plugin:flash", 1);
                Services.perms.add(Services.io.newURI("http://example.com";, 
null, null), "plugin-vulnerable:flash", 1);
                Services.perms.add(Services.io.newURI("https://example.com";, 
null, null), "plugin-vulnerable:flash", 1);
}
catch(e){
}

I don’t hear complaints so I assume this still works.

Thanks,
Ryan Kasper
Lockheed Martin Software Distribution
[email protected]<mailto:[email protected]>

From: Enterprise [mailto:[email protected]] On Behalf Of Benjamin 
Smedberg
Sent: Monday, April 18, 2016 1:08 PM
To: Tim Van Dyne <[email protected]>
Cc: [email protected]
Subject: EXTERNAL: Re: [Mozilla Enterprise] Firefox 45 deploy with Flash + Java 
Click_to_Play off

"Always Activate" is the default state for Flash, if you have an up-to-date 
version of Flash installed.
If you have a known-vulnerable version of Flash, we force the per-site 
activation feature on. The only safe way to fix that is to upgrade to a safe 
version of Flash.
--BDS

On Mon, Apr 18, 2016 at 2:58 PM, Tim Van Dyne 
<[email protected]<mailto:[email protected]>> wrote:
I’ve been searching around and can’t seem to find a workable solution to this. 
When deploying Firefox 45ESR, I would like end-users to not have to click on 
“Activate Adobe Flash.” Instead I would like it to be in the “Always Activate” 
state.

I have messed around with a combination of settings for plugin.state.flash and 
plugins.click_to_play to no avail.

Does anyone know how to accomplish this?

I thought I had something with this post: 
https://support.mozilla.org/en-US/questions/982143, but it seems like 45 is a 
bit different because that doesn’t work for me with a fresh FF install.

-Tim

_______________________________________________
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"

Reply via email to