I’ve assigned domain names using a custom TLD to my home servers for ease of access.
When I put, say proxmox.server
, in my address bar, it searches the web. To avoid that behavior, I have to specify http://proxmox.server
.
I want Firefox to recognize .server
as a valid TLD. I’ve searched the web to no avail, so that’s why I’m writing this.
I came across this post in Stack Exchange, but the method described (ie, network.IDN.whitelist.
server
) doesn’t work.
Does anybody know how can I add a custom domain to Firefox?
Did you try setting
browser.fixup.domainwhitelist.server = true
?I just tried. It doesn’t work. As @jamesw@beehaw.org pointed out, it needs to be a FQDN.
Looks like you can add custom domains in
about:config
as a true boolean withbrowser.fixup.domainwhitelist.yourdomain.yoursuffix
. Just needs to be full domain with tld.It worked, although it’s not really how I thought it was going to work. Using
browser.fixup.domainwhitelist.*.mysuffix
doesn’t work.I hope they add this feature into Firefox, although I don’t think that’s going to be the case, given that the issues you cited are 3 years old at the time of writing this.
Well, I guess it is what it is. Thank you!