Frontend-component-header does not honour SHOW_REGISTRATION_LINKS=False

I was trying to hide all registration links for our platform, and I found that there is no test for that config option here:

This means that the “Register” link always shows when logged out, even with SHOW_REGISTRATION_LINKS is false.

Is that intended ?