3.36.0.txt

doc/release_notes/3.36.0.txt
Last Update: 2020-09-14 07:36:29 -0700

New Features

  • A multi_public plugin has been added, which allows serving static files from multiple separate directories. This is especially useful when there are different access control requirements per directory.

  • The content_security_policy now supports a content_security_policy.report_to method to set the report-to directive.

Other Improvements

  • When using the type_routing plugin and performing type routing using the Accept request header, the Vary response header will be added or updated so that http caches do not cache a response for one type and serve it for a different type.