mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_websocket: Log state of cross domain set after changing it
This commit is contained in:
parent
32e5f29192
commit
221809ea04
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ function module.add_host(module)
|
|||
-- This might be weird with random load order
|
||||
local_cross_domain:exclude(cross_domain);
|
||||
cross_domain:include(local_cross_domain);
|
||||
module:log("debug", "cross_domain = %s", cross_domain);
|
||||
function module.unload()
|
||||
cross_domain:exclude(local_cross_domain);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue