plone / plone.protect

HTTP protection utilities for the Plone CMS
https://pypi.org/project/plone.protect/
7 stars 8 forks source link

avoid CSRF warnings from updating image scales #73

Closed davisagli closed 6 years ago

davisagli commented 6 years ago

I'm not quite sure what changed, but I was seeing CSRF protection errors due to image scales being generated, and this seems to fix it.

mauritsvanrees commented 6 years ago

I am fine with merging this once Jenkins 5.0 is fixed. Error seems unrelated, so I restarted the job.

5.2 fails because the base 5.2 jobs fail, so that cannot be helped here. See https://github.com/plone/buildout.coredev/pull/464

davisagli commented 6 years ago

Thanks @mauritsvanrees