Merge pull request #13698 from edx/andya/move-cors-csrf
Move cors_crsf to openedx/core
No related branches found
No related tags found
Showing
- cms/envs/common.py 1 addition, 0 deletionscms/envs/common.py
- common/djangoapps/enrollment/views.py 2 additions, 2 deletionscommon/djangoapps/enrollment/views.py
- lms/envs/common.py 4 additions, 3 deletionslms/envs/common.py
- lms/urls.py 1 addition, 1 deletionlms/urls.py
- openedx/core/djangoapps/cors_csrf/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/cors_csrf/__init__.py
- openedx/core/djangoapps/cors_csrf/admin.py 6 additions, 2 deletionsopenedx/core/djangoapps/cors_csrf/admin.py
- openedx/core/djangoapps/cors_csrf/authentication.py 6 additions, 2 deletionsopenedx/core/djangoapps/cors_csrf/authentication.py
- openedx/core/djangoapps/cors_csrf/decorators.py 0 additions, 0 deletionsopenedx/core/djangoapps/cors_csrf/decorators.py
- openedx/core/djangoapps/cors_csrf/helpers.py 0 additions, 0 deletionsopenedx/core/djangoapps/cors_csrf/helpers.py
- openedx/core/djangoapps/cors_csrf/middleware.py 1 addition, 1 deletionopenedx/core/djangoapps/cors_csrf/middleware.py
- openedx/core/djangoapps/cors_csrf/migrations/0001_initial.py 0 additions, 0 deletionsopenedx/core/djangoapps/cors_csrf/migrations/0001_initial.py
- openedx/core/djangoapps/cors_csrf/migrations/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/cors_csrf/migrations/__init__.py
- openedx/core/djangoapps/cors_csrf/models.py 4 additions, 1 deletionopenedx/core/djangoapps/cors_csrf/models.py
- openedx/core/djangoapps/cors_csrf/templates/cors_csrf/xdomain_proxy.html 0 additions, 0 deletions...angoapps/cors_csrf/templates/cors_csrf/xdomain_proxy.html
- openedx/core/djangoapps/cors_csrf/tests/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/cors_csrf/tests/__init__.py
- openedx/core/djangoapps/cors_csrf/tests/test_authentication.py 1 addition, 1 deletion...dx/core/djangoapps/cors_csrf/tests/test_authentication.py
- openedx/core/djangoapps/cors_csrf/tests/test_decorators.py 2 additions, 1 deletionopenedx/core/djangoapps/cors_csrf/tests/test_decorators.py
- openedx/core/djangoapps/cors_csrf/tests/test_middleware.py 1 addition, 1 deletionopenedx/core/djangoapps/cors_csrf/tests/test_middleware.py
- openedx/core/djangoapps/cors_csrf/tests/test_views.py 4 additions, 3 deletionsopenedx/core/djangoapps/cors_csrf/tests/test_views.py
- openedx/core/djangoapps/cors_csrf/views.py 2 additions, 1 deletionopenedx/core/djangoapps/cors_csrf/views.py
Loading
Please register or sign in to comment