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 | 26542811eafd9c708a130272d7b7de77b92712de (patch) | |
tree | ca8b7923213135e1ffc647eba1a305025af571db /prosodyctl | |
parent | 2cbbc9fe2bb407230e89c1903f8470ba6ff7ecb0 (diff) | |
download | prosody-26542811eafd9c708a130272d7b7de77b92712de.tar.gz prosody-26542811eafd9c708a130272d7b7de77b92712de.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", |