Thanks for the reply o_e_l_e_o. Never used Firefox for regular browsing just downloaded it for the purpose of testing the link. Tried what you said, it was set to "false" as a default option. After turning it to "true" then it shows up as "
https://www.xn--80ak6aa92e.com/". Good stuff.
It seems you are right. Looking in to a bit more, it seems that this is defaulted to "false", and now needs to be set to "true" for it to take effect. I have no idea why or when Firefox made this change, but it seems rather backwards to me.
Would you happen to know of other manual tweeks that are required to make Firefox safer? Such as the one you mentioned. Would like to read more about it. Thanks.
Disclaimer: Do your own research. Don't just go tinkering about in your browser based on the word of an anonymous internet user without understanding what you are doing. Some of these changes could affect or even break the functionality of add-ons or websites that you use. In this case, you can always revert your changes, but I cannot be held responsible for any consequences.
privacy.firstparty.isolate
Set to "true". This isolates any identifying browser information to the first party domain, so as to prevent tracking across multiple domains.
privacy.trackingprotection.enabled
Set to "true". Built in tracking protection.
privacy.resistFingerprinting
Set to "true". Tries to prevent identifying browser information being accessed.
privacy.trackingprotection.fingerprinting.enabled
Set to "true". Same as previous.
privacy.trackingprotection.cryptomining.enabled
Set to "true". Self explanatory. Prevent crypto mining websites.
network.http.referer.trimmingPolicy
network.http.referer.XOriginPolicy
network.http.referer.XOriginTrimmingPolicy
Set all of these to "2". These have the combined effect of cutting down what is included in the "Referer header", which lets websites see which other sites you just visited and were linked/redirected from. Anti-tracking measure.
network.cookie.cookieBehavior
Set to "1". This will only accept cookies from the first party site, and block any third party cookies.
dom.battery.enabled
Set to "false". Prevents websites seeing your battery status/charge.
dom.event.clipboardevents.enabled
Set to "false". Prevents websites seeing what you copy from their site to your clipboard.
geo.enabled
Set to "false". Prevents geolocation.
webgl.disabled
Set to "true". WebGL is a JavaScript application, and like all things Java, a security risk.
media.navigator.enabled
Set to "false". Prevents websites accessing your microphone or camera.
media.peerconnection.enabled
Set to "false". Allows for voice and video communications through your browser, but will leak your real IP address, even if behind a VPN.