This brings up the questions: How can i disable as much telemetry as possible when using the standard Firefox? What am i missing if i go to , search for "telemetry" and set everything to false ? Are there drawbacks to blocking the hostname incoming.telemetry.mozilla.org in Pi-hole?
One way is to use your firewall to block anything going to mozilla.org or firefox.com, or the subdomains. That probably gets most of it, but possibly not all. For example, Google has a number of non-Google.com subdomains, some of which seem to be used only for telemetry.
Another more involved way is to start WireShark or tcpdump and capture the traffic, then start Firefox and browse some, and then close Firefox and stop the capture. Now you have a list of all the traffic it tries to send, normal and telemetry. Sift out anything that looks suspicious and block the ip/domain via your firewall.