Skip to content

Commit

Permalink
release version 4.1.3.1 (#175)
Browse files Browse the repository at this point in the history
* fix: remove `admin:cms_page_resolve` from the whitelist

* bumped version to 4.1.3.1
  • Loading branch information
FinalAngel authored Nov 8, 2024
1 parent 0edcdbd commit 08cb748
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog
=========


4.1.3.1 (2024-11-08)
====================

* remove `admin:cms_page_resolve` from the whitelist, as this view has been removed from the CMS.


4.1.3.0 (2024-10-29)
====================

Expand Down
3 changes: 0 additions & 3 deletions aldryn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ def to_settings(self, data, settings):
# stage sso enabled
# add internal endpoints that do not require authentication
settings['ALDRYN_SSO_LOGIN_WHITE_LIST'].append(reverse_lazy('cms-check-uninstall'))
# this is an internal django-cms url
# which gets called when a user logs out from toolbar
settings['ALDRYN_SSO_LOGIN_WHITE_LIST'].append(reverse_lazy('admin:cms_page_resolve'))

# Prevent injecting random comments to counter BREACH/CRIME attacks
# into the page tree snippets, as the javascript parsing the result
Expand Down
2 changes: 1 addition & 1 deletion aldryn_django_cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.1.3.0'
__version__ = '4.1.3.1'

0 comments on commit 08cb748

Please sign in to comment.