commit 0e451238466a2794b30de6729b0d2ed603c12de6 Author: James E. Blair Date: Fri Oct 2 12:43:12 2020 -0600 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 diff --git a/doc/source/examples/httpd.conf b/doc/source/examples/httpd.conf index fed2fb9..1ab9649 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 "*" #