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/feature/feature.go')
-rw-r--r--internal/feature/feature.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/feature/feature.go b/internal/feature/feature.go
index a012fc49..337bf2f1 100644
--- a/internal/feature/feature.go
+++ b/internal/feature/feature.go
@@ -34,7 +34,8 @@ var EnforceIPTLSRateLimits = Feature{
// RedirectsPlaceholders enables support for placeholders in redirects file
// TODO: remove https://gitlab.com/gitlab-org/gitlab-pages/-/issues/620
var RedirectsPlaceholders = Feature{
- EnvVariable: "FF_ENABLE_PLACEHOLDERS",
+ EnvVariable: "FF_ENABLE_PLACEHOLDERS",
+ defaultEnabled: true,
}
// HandleReadErrors reports vfs.ReadErrors to sentry and enable error handling