messenger-monitor-bundle
messenger-monitor-bundle copied to clipboard
schedule.html.twig doesn't work without csrf enabled
would it be possible to make csrf optional for schedule.html.twig?
we don't use sessions so we can't enable csrf from what i can tell.
Yes, this should be doable. I'm thinking to just not use if csrf isn't enabled (rather than a config option). Would that work for you?
Sounds good