symphonycms / symphonycms

This is the official Symphony CMS repository.
https://www.getsymphony.com
MIT License
545 stars 210 forks source link

Make sure we generate a XSRF token for events #2903

Open nitriques opened 5 years ago

nitriques commented 5 years ago

This commit simply checks, for each event attached to the page, if there is a filter with xsrf in its name. If so, it will make sure that the token is generated.

Hopefully, this fixes #2173 for good.