Advertisement
Guest User

Untitled

a guest
Aug 14th, 2016
2,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. BYPASS FIREFOX 48 DISABLING UNSIGNED EXTENSIONS (file paths apply to Windows installation, may be similar on other systems)
  2.  
  3. 1. On a new tab, type about:config, press enter and pay no attention to the warning
  4. 2. Search for "xpinstall.signatures.required" and set it to false
  5. 3. Search for "xpinstall.whitelist.required" and set it to false
  6. 4. Copy this whole text to a Notepad or open it in another browser so you can proceed
  7. 5. Exit Firefox
  8. 6. Go to C:\Program Files\Mozilla Firefox and create "config.js" with this content:
  9.  
  10. //
  11. try {
  12. Components.utils.import("resource://gre/modules/addons/XPIProvider.jsm", {})
  13. .eval("SIGNED_TYPES.clear()");
  14. }
  15. catch(ex) {}
  16.  
  17. 7. Go to C:\Program Files\Mozilla Firefox\defaults\pref and create "config-prefs.js" with this content:
  18.  
  19. pref("general.config.obscure_value", 0);
  20. pref("general.config.filename", "config.js");
  21.  
  22. 8. Start Firefox
  23. 9. Install the disabled extensions again, on the top of their disabled local copies, this way they will be enabled again (if it doesn't allow due to the same version number, remove the disabled extension and then install it again)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement