Skip to content

Commit

Permalink
🔖(patch) bump release to 5.21.2
Browse files Browse the repository at this point in the history
Fixed

- Set Referer header with Origin header when empty in edxapp's lms nginx
  • Loading branch information
sampaccoud committed Nov 18, 2020
1 parent 76a472e commit 9146ca0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [5.21.2] - 2020-11-18

## Fixed

- Set Referer header with Origin header when empty in edxapp's lms nginx
Expand Down Expand Up @@ -899,7 +901,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).
- Official Docker image is available at:
https://hub.docker.com/r/fundocker/arnold/

[unreleased]: https://github.com/openfun/arnold/compare/v5.21.1...master
[unreleased]: https://github.com/openfun/arnold/compare/v5.21.2...master
[5.21.2]: https://github.com/openfun/arnold/compare/v5.21.1...v5.21.2
[5.21.1]: https://github.com/openfun/arnold/compare/v5.21.0...v5.21.1
[5.21.0]: https://github.com/openfun/arnold/compare/v5.20.0...v5.21.0
[5.20.0]: https://github.com/openfun/arnold/compare/v5.19.0...v5.20.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.21.1
5.21.2
2 changes: 1 addition & 1 deletion apps/edxapp/templates/services/nginx/configs/lms.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ upstream lms-backend {
server edxapp-lms-{{ deployment_stamp }}:{{ edxapp_django_port }} fail_timeout=0;
}

# Set refere header with origin header when empty
# Set "Referer" header with "Origin" header when empty
map $http_referer $referer {
default $http_referer;
"" $http_origin;
Expand Down

0 comments on commit 9146ca0

Please sign in to comment.