Hi there
Is there a way to disable the download of a gitlab project through http and https?
I would like it to be available through ssh only.
I tried using the settings below in git config:
protocol.http.allow=never
protocol.https.allow=never
However, even though the project is set as private, I still manage to be able to download the git archive through a simple “composer update” command
Thank you for your help