Ajax calls using the "magic" in JS Joomla.request (XMLHttpRequest in core.js). i.e. sets a token in header data.
2.a Before - fails with a "magic" message "Invalid token"
2.b After - it works and data gets saved.
I do not know of any core functionality using this "magic". I do and e.g. image save in the new Media Manager could remove the token from the JSON data sent. A (very) tiny bit of security I believe.
Thanks!
Test.
2.a Before - fails with a "magic" message "Invalid token"
2.b After - it works and data gets saved.
I do not know of any core functionality using this "magic". I do and e.g. image save in the new Media Manager could remove the token from the JSON data sent. A (very) tiny bit of security I believe.