From de31a362db1d35b71028ac56ed3a2f8bfb26f35a Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 15 Jul 2013 21:22:12 +0000 Subject: [PATCH] Document the ari.conf allowed_origins setting git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394397 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_stasis_http.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/res_stasis_http.c b/res/res_stasis_http.c index e9dab79f58..196912390b 100644 --- a/res/res_stasis_http.c +++ b/res/res_stasis_http.c @@ -91,6 +91,9 @@ Realm to use for authentication. Defaults to Asterisk REST Interface. + + Comma separated list of allowed origins, for Cross-Origin Resource Sharing. May be set to * to allow all origins. +