Hello everybody!
 
	Is there a way to use a Socks5 proxy with password on New Moon or Arctic Fox via extensions only (with no additional software such as Proxyfier)?
 
	 
 
	On Roytam1's Serpent and in MyPal I use the hack for the FoxyProxy extension from Palemoon forum (https://forum.palemoon.org/viewtopic.php?t=20886) and it works perfectly fine. However, for some reason it refuses to work in New Moon or Arctic Fox.
 
	Do you have any clues why and if there is a way to overcome this?
 
	 
 
	Here's the hack:
 
--- components\common.js.orig Fri Jan 27 13:35:18 2017
+++ components\common.js      Fri Nov 16 18:33:52 2018
@@ -27,3 +27,3 @@
   // We need that to handle bug 769764 properly.
-  fp.isGecko17 = this.vc.compare(this.appInfo.platformVersion, "18.0a1") < 0;
+  fp.isGecko17 = false;
   // We only need to add the foxyproxy service to our wrapper if we are about
@@ -38,3 +38,3 @@
   // SOCKS is supported but not with authentication.
-  fp.isGecko45 = this.vc.compare(this.appInfo.platformVersion, "45.0a1") >= 0;
+  fp.isGecko45 = true;