Merge "Implement CSRF_COOKIE_HTTPONLY option support"

This commit is contained in:
Zuul 2019-03-12 17:22:01 +00:00 committed by Gerrit Code Review
commit d58539fa49

View File

@ -112,7 +112,8 @@
$route $route
) { ) {
$http.defaults.headers.post['X-CSRFToken'] = $cookies.csrftoken; $http.defaults.headers.post['X-CSRFToken'] = $cookies.csrftoken ||
$('input[name="csrfmiddlewaretoken"]').val();
// expose the legacy utils module // expose the legacy utils module
horizon.utils = hzUtils; horizon.utils = hzUtils;