rdmo icon indicating copy to clipboard operation
rdmo copied to clipboard

Support custom CSRF_COOKIE_NAME in front-end

Open jochenklar opened this issue 11 months ago • 0 comments

Right now csrftoken is hardcoded (https://github.com/rdmorganiser/rdmo/blob/main/rdmo/core/static/core/js/core.js#L6), in the new front-end this should be taken from settings.CSRF_COOKIE_NAME and settings.CSRF_HEADER_NAME.

jochenklar avatar Mar 11 '24 09:03 jochenklar