I noticed fresh installs of Debian 10 use a CDN to download packages, called deb.debian.org. This is a friendlier default than using country-specific mirrors, like ftp.uk.debian.org.
I looked at https://deb.debian.org/. It says it can be also used for security updates, i.e. debian-security. I changed my /etc/apt/sources.list to use deb.debian.org, including for security updates.
But now I think I made a mistake. I noticed a fresh install of Debian 10 still uses security.debian.org for security updates.
Question
Is there any additional information to help resolve this, and decide which source I should use?
$ cat /etc/apt/sources.list
#
# deb cdrom:[Official Debian GNU/Linux Live 10.0.0 standard 2019-07-06T10:36]/ buster main
#deb cdrom:[Official Debian GNU/Linux Live 10.0.0 standard 2019-07-06T10:36]/ buster main
deb http://deb.debian.org/debian/ buster main
deb-src http://deb.debian.org/debian/ buster main
deb http://security.debian.org/debian-security buster/updates main
deb-src http://security.debian.org/debian-security buster/updates main
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main
deb-src http://deb.debian.org/debian/ buster-updates main
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.