Disable usage of csrf token in Rails
Rails UJS `.csrfToken` doesn't seem to overrideable. As it uses the same methodlogy under the hood, we do not need to cache the CSRF token: https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts/rails-ujs/utils/csrf.coffee#L5-L8
Showing
Please register or sign in to comment