Annotate

.luacov @ 9794:4b5c24f13d4a

mod_bosh: Drop CORS code in favor of than in mod_http This deprecates the cross_domain_bosh setting. As a compat measure, if it is set, mod_http_crossdomain is loaded.
author Kim Alvefur <zash@zash.se>
date Thu, 04 Oct 2018 12:23:06 +0200
parent 9469:cd2f742e5826
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9469
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 exclude = {
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 "^%./spec/";
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 }