From 29bb3aa7c63e6bdb6c265054c4d55c32f9529fad Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 25 Feb 2018 12:03:35 +0000 Subject: [PATCH] Update HACK.md --- contrib/HACK.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/HACK.md b/contrib/HACK.md index 4b6bcd38..e02594c4 100644 --- a/contrib/HACK.md +++ b/contrib/HACK.md @@ -1,6 +1,8 @@ # UI development -The OpenFaaS UI consists of static pages built in Angular 1.x. These call the OpenFaaS API gateway for operations such as listing / creating and deleting functions. The Function Store is stored on GitHub as a JSON file which is fecthed over http. +The OpenFaaS UI consists of static pages built in Angular 1.x. These call the OpenFaaS API gateway for operations such as listing / creating and deleting functions. + +The [Function Store](https://github.com/openfaas/store) is stored on GitHub as a JSON file which is fecthed by the browser over HTTPS. A CORS exception is maintained for GitHub's RAW CDN for this purpose within the [gateway code](https://github.com/openfaas/faas/blob/master/gateway/server.go). ## Multi-browser testing