Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/config.go')
-rw-r--r--internal/config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index c52beef8..e2956bb6 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -15,4 +15,5 @@ type ZipServing struct {
CleanupInterval time.Duration
RefreshInterval time.Duration
OpenTimeout time.Duration
+ AllowedPaths []string
}