You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a JS snippet is inserted that rewrites forms to include the CSRF token. However, this does not include the token in AJAX requests (because they are done via JS, not an HTML "form" element.
In order to support this, JS would need to be inserted at the top of the page to override all JS functions that support requests.
Currently, a JS snippet is inserted that rewrites forms to include the CSRF token. However, this does not include the token in AJAX requests (because they are done via JS, not an HTML "form" element.
In order to support this, JS would need to be inserted at the top of the page to override all JS functions that support requests.
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest
The text was updated successfully, but these errors were encountered: