Jose96GIT
Jose96GIT
I don't mean the one installed via npm, but the one that's included on apostrophe-assets. https://github.com/apostrophecms/apostrophe/blob/2.227.0/lib/modules/apostrophe-assets/public/js/vendor/moment.js
Yes, creating individual exceptions for some POST routes was the way that we expected to work, but it doesn't work unless we add the extra behavior that we have added...
I have reviewed the `self.csrf` method, and it's working as expected, is making an exception on the routes what are we excluding. The problem comes on the `self.applyCsrfUnlessExemptMiddleware` method on...