Is there any way to remove or disable Media Browser?

I have some cameras that I do not want exposed to limited users, but Maps and Media show up to everyone, which is an issue.

It’s easy but counterintuitive. As mentioned, it’s a config.yaml feature but it’s inside default_config:. Disable it and add the features manually, excluding media_source, like this:

# Loads default set of integrations. Do not remove.
#default_config:
backup:
config:
dhcp:
energy:
go2rtc:
history:
homeassistant_alerts:
image_upload:
logbook:
mobile_app:
ssdp:
stream:
sun:
webhook:
zeroconf:

Poof, the half baked media browser is gone. Cheers.