Just looking at passive event listeners further, Google says
The basic scroll event cannot be canceled, so it does not need to be set passive. However, you should still prevent expensive work from being completed in the handler.
So passive is superfluous in this instance it appears.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Just looking at passive event listeners further, Google says
So passive is superfluous in this instance it appears.