There are many tutorials where is shown how to disable csrf,
csrf().disable()
(and other possibilities like .properties, .yml, etc.)
but nowhere explained why they do this?
So my questions are:
What is the real-life reason to disable it?
Is it improves performance?