messenger-monitor-bundle icon indicating copy to clipboard operation
messenger-monitor-bundle copied to clipboard

schedule.html.twig doesn't work without csrf enabled

Open Lappihuan opened this issue 1 year ago • 2 comments

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.

Lappihuan avatar Oct 30 '23 20:10 Lappihuan

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?

kbond avatar Oct 31 '23 14:10 kbond

Sounds good

Lappihuan avatar Oct 31 '23 17:10 Lappihuan