Skip to content

Commit

Permalink
Merge branch 'release/0.24.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbonothing64 committed May 20, 2024
2 parents 4076815 + 4054b60 commit 828bda2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.24.2

- Fix bad CSRF trusted origin

## 0.24.1

- Fix bad CSRF trusted origin
Expand Down
2 changes: 1 addition & 1 deletion dthm4kaiako/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Configuration for Django system."""

__version__ = "0.24.1"
__version__ = "0.24.2"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down
2 changes: 1 addition & 1 deletion dthm4kaiako/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,5 +458,5 @@
]
CSRF_TRUSTED_ORIGINS = [
'https://dthm4kaiako-dev.csse.canterbury.ac.nz',
'https://dthm4kaiako.ac.nz',
'https://www.dthm4kaiako.ac.nz',
]

0 comments on commit 828bda2

Please sign in to comment.