plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
6 stars 23 forks source link

feat: add dos_protection config #191

Closed mamico closed 12 months ago

mamico commented 12 months ago

synchronize wsgischema changes from Zope, regarding dos_protection

see https://github.com/plone/Products.CMFPlone/issues/3848

example of zope.conf for increasing the form size limit

zope-conf-additional =
  <dos_protection>
    form-memory-limit 4MB
  </dos_protection>
yurj commented 12 months ago

Worth adding to cookiecutter zope instance and docker image?

@jensens @ericof