diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-28 14:53:46 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-28 14:53:46 +0100 |
commit | ea2cd6d6768281229b220fa07b246c5b516ffeae (patch) | |
tree | 4a76734b2c09eb97fc0c28851da2ce8a48d316c9 /plugins/mod_http_file_share.lua | |
parent | 6a923e65c9a4f1129a448e7c41335d20e375be34 (diff) | |
parent | f19f1088b757c41c2c63b328f1d3faca8fe9a857 (diff) | |
download | prosody-ea2cd6d6768281229b220fa07b246c5b516ffeae.tar.gz prosody-ea2cd6d6768281229b220fa07b246c5b516ffeae.zip |
Merge 0.12->trunk
Diffstat (limited to 'plugins/mod_http_file_share.lua')
-rw-r--r-- | plugins/mod_http_file_share.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_http_file_share.lua b/plugins/mod_http_file_share.lua index 8e433471..b6200628 100644 --- a/plugins/mod_http_file_share.lua +++ b/plugins/mod_http_file_share.lua @@ -578,6 +578,7 @@ if not external_base_url then module:provides("http", { streaming_uploads = true; cors = { + enabled = true; credentials = true; headers = { Authorization = true; |