Files
myaac/system/templates/script.ajax-setup.html.twig
2026-01-03 22:01:58 +01:00

8 lines
120 B
Twig

<script>
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
});
</script>