How connect automatically to https://start.fedoraproject.org/ in firefox

firefox says

data:text/plain,browser.startup.homepage=https://start.fedoraproject.org/

is NOT SECURE ?!?!

how can I fix this, so that I can read fedora announcements

when I open firefox

under fedora 44 workstation?

Does this URL work better? Perhaps the redirect is what Firefox doesn’t like:

sudo mkdir -p -Z /etc/firefox/defaults/pref
sudo tee /etc/firefox/defaults/pref/local.js << EOF > /dev/null
pref("browser.startup.homepage", "https://start.fedoraproject.org/");
EOF

See Firefox default startup homepage set to data:text/plain - #11 by grumpey