- BREAKING security: introduce allowed-http-host-header against host attack see https://cubicweb.readthedocs.io/en/latest/book/security/allowed-http-host-headers/
- BREAKING security: introduce allowed-http-host-header against host attack see documentation: :ref:`allowed-http-host-headers`
- add postgresql extra requires
- config: add 'debug' option in "[main]" of all-in-one.conf that does the same thing than "-D" in "cubicweb-ctl pyramid"
- rich: use rich.traceback to have nicer tracebacks
- rich: use rich.traceback to have nicer tracebacks https://github.com/willmcgugan/rich/
👷 Bug fixes
-----------
- add default value form params in pyramid webtest (#350)
- add default value for params argument in pyramid webtest post function (#350)
- csrf: give CSRF token when using /ajax route
- empty identification cookie on webapp.reset()
- pin rdflib < 6.0.0 to avoid compatibility issues