Safari browser, when clicking on the login button, loads an unknown file.
This is reproducible for a very small number of users.
I cannot reproduce this.
I suspect that these users have an old Mac OS.
Here is my button
Login
I was looking for a solution and found a tip that Safari can catch a click on an svg and load it,
I put pointer-events: none; for svg
but it didn’t work
.login-button svg {
pointer-events: none;
}