From 0e451238466a2794b30de6729b0d2ed603c12de6 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 2 Oct 2020 12:43:12 -0600 Subject: [PATCH] Add CORS header to quickstart log server config This allows the new javascript log viewing functionality to work in the quickstart configuration. Change-Id: Iecdff40ddae9f2e5080613e6c289bd84d6f1bb29 --- doc/source/examples/httpd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/examples/httpd.conf b/doc/source/examples/httpd.conf index fed2fb966d..1ab964972b 100644 --- a/doc/source/examples/httpd.conf +++ b/doc/source/examples/httpd.conf @@ -286,6 +286,8 @@ DocumentRoot "/usr/local/apache2/htdocs" # Controls who can get stuff from this server. # Require all granted + + Header set Access-Control-Allow-Origin "*" #