How to remove User-Agent for Firefox
The goal is to remove this header from all web requests, in case you don't want sites to know which OS are you using.
How to remove User-Agent for Firefox
The goal is to remove this header from all web requests, in case you don't want sites to know which OS are you using.
There is a way to do this without any addons:
general.useragent.override and an empty string as a value.general.useragent.enable_overrides to true.This way your browrer will not send any "User Agent" at all. You can check this by doing:
Ctrl Shift QP.S. Your browser may still be leaked if you have JS enabled for a site. This is because each browser has its own rendering capabilities, supported formats etc. The described steps remove "User-Agent" request headers, that's all.
I use an add-on for this, but only for specific websites that should treat me as a mobile device...
With Modify Headers you can try to fix your problem: https://addons.mozilla.org/de/firefox/addon/modify-headers/
Note that it is still recommended to leave a minimum useragent string (e.g.: Mozilla/5.0), otherwise some sites (I won't give names) will totally block access...