Software /
code /
prosody
Diff
prosodyctl @ 9795:02735bc82126
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Oct 2018 12:24:08 +0200 |
parent | 9794:4b5c24f13d4a |
child | 9798:7ce7ee9cd1c5 |
line wrap: on
line diff
--- a/prosodyctl Thu Oct 04 12:23:06 2018 +0200 +++ b/prosodyctl Thu Oct 04 12:24:08 2018 +0200 @@ -806,7 +806,7 @@ 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",