The source project of this merge request has been removed.
Get rid of redirection.
The replacement for
sudo cat > /etc/apt/preferences.d/firefox-no-snap
is
sudo tee /etc/apt/preferences.d/firefox-no-snap
The main point is to get rid of the redirection.