diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-04 12:24:08 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-04 12:24:08 +0200 |
commit | 7fefafa8f6cc312b41f69d8149d5a926657bc9fb (patch) | |
tree | ca8b7923213135e1ffc647eba1a305025af571db /prosodyctl | |
parent | 467260e6f51942bc4a113bc0ca23808002289147 (diff) | |
download | prosody-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-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |