1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/app/javascript/activestorage
Cameron Bothner 372dda2a29 Don’t include an undefined X-CSRF-Token header
If there is not a `csrf-token` meta tag in the document, the blob record
XHR was including an `X-CSRF-Token` header set to the string
"undefined." Instead of setting it to undefined, it should not be
included in the absence of a meta tag.
2018-12-27 12:44:19 -05:00
..
blob_record.js Don’t include an undefined X-CSRF-Token header 2018-12-27 12:44:19 -05:00
blob_upload.js Clear Blob's type before sending it 2018-02-26 17:20:55 -05:00
direct_upload.js Handle file checksumming errors 2018-02-28 14:04:36 -05:00
direct_upload_controller.js
direct_uploads_controller.js
file_checksum.js Clarify condition 2018-07-27 00:20:47 -04:00
helpers.js Work around Firefox's refusal to dispatch events on disabled elements. Fixes #31393 2018-01-08 17:07:32 -05:00
index.js
ujs.js ASt direct uploads: account for <button type="submit"> elements 2018-11-24 14:54:05 -05:00