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:
authorNick Thomas <nick@gitlab.com>2018-02-19 17:41:21 +0300
committerNick Thomas <nick@gitlab.com>2018-02-19 17:41:21 +0300
commit32dcea08e8f320caac7585b15ab30681a339bda6 (patch)
tree1f01749f3792def7260a22536f1ed88022aacaf1 /CHANGELOG
parenta57de7adc1288ceafb3e6dcd50a3f0be1cec0028 (diff)
parentbcd69d777877aed61c7c77cd7920a3e662e359d9 (diff)
Merge branch '97-insecure-redirects' into 'master'v0.6.1
Serve a secure redirect in case of accessing /foo See merge request gitlab/gitlab-pages!3
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e9312f3a..554ef8ec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
-v 0.6.0
+v 0.6.1
+- Sanitize redirects by issuing a complete URI
+v 0.6.0
- Use namsral/flag to support environment vars for config !40
- Cleanup the README file !41
- Add an artifacts proxy to GitLab Pages !44 !46