aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-04 12:24:08 +0200
committerKim Alvefur <zash@zash.se>2018-10-04 12:24:08 +0200
commit7fefafa8f6cc312b41f69d8149d5a926657bc9fb (patch)
treeca8b7923213135e1ffc647eba1a305025af571db /prosodyctl
parent467260e6f51942bc4a113bc0ca23808002289147 (diff)
downloadprosody-7fefafa8f6cc312b41f69d8149d5a926657bc9fb.tar.gz
prosody-7fefafa8f6cc312b41f69d8149d5a926657bc9fb.zip
mod_websocket: Drop CORS code in favor of that in mod_http
Like for mod_bosh, deprecates consider_websocket_secure and depend on mod_http_crossdomain if it is set.
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 4d91cfe5..efb98386 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -806,7 +806,7 @@ function commands.check(arg)
print("Checking config...");
local deprecated = set.new({
"bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption",
- "vcard_compatibility", "cross_domain_bosh",
+ "vcard_compatibility", "cross_domain_bosh", "cross_domain_websocket"
});
local known_global_options = set.new({
"pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",