.luacov
author Matthew Wild <mwild1@gmail.com>
Mon, 28 Mar 2022 14:40:21 +0100
branch0.12
changeset 12447 17d87fb2312a
parent 9472 cd2f742e5826
permissions -rw-r--r--
mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730) This is far better than pre-0.12, because we now have a universal way to configure and enable/disable CORS on a per-module basis.

exclude = {
	"^%./spec/";
}