We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb7cbe commit af31280Copy full SHA for af31280
src/openedx_companion_auth/settings/test.py
@@ -18,7 +18,7 @@ def plugin_settings( # type: ignore[no-redef]
18
settings.MITX_REDIRECT_ENABLED = True
19
settings.MITX_REDIRECT_LOGIN_URL = "/auth/login/ol-oauth2/?auth_entry=login"
20
settings.MITX_REDIRECT_ALLOW_RE_LIST = [
21
- r"^/(admin|auth|login|logout|register|api|oauth2|user_api)"
+ r"^/(admin|auth|login|logout|register|api|oauth2|user_api|c4x|asset-v1:|assets/courseware/)"
22
]
23
settings.MITX_REDIRECT_DENY_RE_LIST = []
24
0 commit comments