quackscape/assets/js
Kumi 2e819ba0a6
feat(editor): add missing CSRF token retrieval function
Implemented a new function to fetch the CSRF token from cookies in the
editor's JavaScript. This ensures secure AJAX requests by validating the
client's sessions, enhancing the application's security against
cross-site request forgery attacks. The addition is a crucial step
towards securing forms and API calls within the editor environment.
2024-03-15 15:09:43 +01:00
..
editor Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
api.js Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
editor.js feat(editor): add missing CSRF token retrieval function 2024-03-15 15:09:43 +01:00
scene.js Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
userarea.js refactor(js): streamline frontend SCSS import 2024-03-15 15:06:15 +01:00