ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I re-enable a blocked Java Plugin?

  • 5 ردود
  • 41 have this problem
  • 252 views
  • آخر ردّ كتبه BRRL

more options

First, let me explain. I work in a support role for a company that utilizes certain element management systems to monitor and troubleshoot network faults. Due to our company's security and application support policies we are forced to use a dated version of Firefox and Java to access the EMS's webserver.

The problem: With the recent update to Mozilla's blocking policies the Java version we utilize is being blocked and access to the site no longer functions properly. We need some method of workaround that will enable us to circumvent the block.

Disclaimers ahoy: we actively and willingly acknowledge the risks that are inherent in actions such as I request. I would ask that discussion pertains to the topic as we need an immediate workaround to access our tool and a long-term -safe- solution will be cooked up with the help of our company's processes.

I am happy to provide any details that may be needed.

Thanks! EDIT: I resolved the issue myself: see reply below.

First, let me explain. I work in a support role for a company that utilizes certain element management systems to monitor and troubleshoot network faults. Due to our company's security and application support policies we are forced to use a dated version of Firefox and Java to access the EMS's webserver. '''The problem:''' With the recent update to Mozilla's blocking policies the Java version we utilize is being blocked and access to the site no longer functions properly. We need some method of workaround that will enable us to circumvent the block. '''Disclaimers ahoy''': we actively and willingly acknowledge the risks that are inherent in actions such as I request. I would ask that discussion pertains to the topic as we need an immediate workaround to access our tool and a long-term ''-safe-'' solution will be cooked up with the help of our company's processes. I am happy to provide any details that may be needed. Thanks! ''' EDIT: I resolved the issue myself: see reply below.'''

Modified by NoahSUMO

الحل المُختار

I solved it. Proceed at your own risk

  1. Open new Tab
  2. Navigate to about:config
  3. Accept security warning
  4. Change extensions.blocklist.enabled to false
  5. Restart browser

This prevents firefox from checking the blocklist you have configured at extensions.blocklist.detailsURL

Read this answer in context 👍 14

All Replies (5)

more options

الحل المُختار

I solved it. Proceed at your own risk

  1. Open new Tab
  2. Navigate to about:config
  3. Accept security warning
  4. Change extensions.blocklist.enabled to false
  5. Restart browser

This prevents firefox from checking the blocklist you have configured at extensions.blocklist.detailsURL

more options

I've tried this solution and it doesn't work. The preference is marked false and it's written in italics, but java remains disabled. Could it be that java is a plugin and not an extension?

more options

I don't know if you're still having this problem but the last guy forgot to mention something. Once you change that string in the about:config page, you have to go to Tools > Add-ons Manager, switch to the plugins tab, and re-enable Java. The option you changed in about:config is just meant to prevent FireFox from disabling plugins in the future, not re-enable ones it's already disabled. :)

more options

If prefs on the about:config page show as italic then they may have been locked (Status column shows locked) and you can't change them in cases like this.

more options

I HIGHLY DISCOURAGE ANYONE FROM DOING THIS

THIS WILL DISABLE Firefox from checking to see if you have insecure plugins and also re-enable ANY disabled plugins, not just Java!

However, sometimes we don't get a choice.

I haven't been able to find any documentation whatsoever on how Firefox manages enabling and disabling plugins. The only place I've been able to find details is inside pluginreg.dat. It's a mostly human readable file, but it's automatically generated by Firefox and appears to be too complicated to parse and edit with any sort of simple script.

So what I did was the following:

  1. Follow blang1's instructions above in the first post to set extensions.blocklist.enabled to false using about:config or using a script or echo >> command to add the line user_pref("extensions.blocklist.enabled", false); to the users prefs.js file
  2. Delete blocklist.xml from their Firefox profile
  3. Delete pluginreg.dat from their Firefox profile

Make sure Firefox isn't open when you modify prefs.js directly (not using about:config) or try and remove the blocklist.xml or pluginreg.dat or they will just get re-written unmodified when Firefox closes down.

When Firefox starts the next time it will automatically regenerate pluginreg.dat with Java enabled and the blocklist.xml file shouldn't be downloaded anymore to disable it again.

Modified by BRRL