This might be an obvious question, but I haven't found a good answer
I'm rewriting our old webapplications into Mojolicious. Goes just fine.
Might as well add csrf protection (exactly when is csrf tokens recommended?)
But then how do we test with csrf protection (via $v = $v->csrf_protect;
from
I'm not sure if this is obvious or not.
I have some *very* old webpages what I need to have archived. But that site
used Apache Server Side Includes (yes that old)
So I wanted to see if there are any of these magic comments left. Yes, I
can easily do this with a normal find and grep in the com