Skip to content

Commit c7e56d2

Browse files
authored
Remove cms_page_resolve from SSO whitelist, as this view has been removed from CMS (#127)
1 parent e5c9db0 commit c7e56d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aldryn_config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ def to_settings(self, data, settings):
257257
# stage sso enabled
258258
# add internal endpoints that do not require authentication
259259
settings['ALDRYN_SSO_LOGIN_WHITE_LIST'].append(reverse_lazy('cms-check-uninstall'))
260-
# this is an internal django-cms url
261-
# which gets called when a user logs out from toolbar
262-
settings['ALDRYN_SSO_LOGIN_WHITE_LIST'].append(reverse_lazy('admin:cms_page_resolve'))
263260

264261
# Prevent injecting random comments to counter BREACH/CRIME attacks
265262
# into the page tree snippets, as the javascript parsing the result

0 commit comments

Comments
 (0)