From 6f558d95dfda10737e470ddeea4c224171487b72 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 13 Nov 2015 00:39:12 +0000 Subject: [PATCH] uhttpd: add support for configuration option ubus_cors Signed-off-by: Luka Perkov SVN-Revision: 47462 --- package/network/services/uhttpd/files/uhttpd.init | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/uhttpd/files/uhttpd.init b/package/network/services/uhttpd/files/uhttpd.init index 7f0d4027f8..9bde7e5312 100755 --- a/package/network/services/uhttpd/files/uhttpd.init +++ b/package/network/services/uhttpd/files/uhttpd.init @@ -80,6 +80,7 @@ start_instance() [ -f /usr/lib/uhttpd_ubus.so ] && { append_arg "$cfg" ubus_prefix "-u" append_arg "$cfg" ubus_socket "-U" + append_bool "$cfg" ubus_cors "-X" 0 } append_arg "$cfg" script_timeout "-t" append_arg "$cfg" network_timeout "-T" -- 2.30.2