Software /
code /
prosody
File
.busted @ 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 | 9452:9d892b2415bf |
child | 9964:f299d4917dd8 |
line wrap: on
line source
return { _all = { }, default = { ["exclude-tags"] = "mod_bosh,storage"; }; bosh = { tags = "mod_bosh"; }; storage = { tags = "storage"; }; }