diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-25 13:02:48 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-25 13:02:48 +0100 |
commit | 5e4844806a410bfa45b6efe932cb79ee3ec4bea4 (patch) | |
tree | 0de50a173f5a35ab3d0c9863c4d640d2ec4e0bc1 /util/prosodyctl | |
parent | eaa1d6bed42281324432cdf4bda715a0ca774326 (diff) | |
download | prosody-5e4844806a410bfa45b6efe932cb79ee3ec4bea4.tar.gz prosody-5e4844806a410bfa45b6efe932cb79ee3ec4bea4.zip |
util.prosodyctl.check: Remove obsolete settings from known globals
Diffstat (limited to 'util/prosodyctl')
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 704bee9e..1fdf6cbf 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -156,8 +156,6 @@ local function check(arg) "consider_websocket_secure", "console_banner", "console_prettyprint_settings", - "cross_domain_bosh", - "cross_domain_websocket", "daemonize", "gc", "http_default_host", |