Merge pull request #2453 from Stirling-Tools/csrf2

Csrf fixes
This commit is contained in:
Anthony Stirling
2024-12-14 10:59:50 +00:00
committed by GitHub
8 changed files with 8 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
<script>
window.stirlingPDF = window.stirlingPDF || {};
</script>
<script th:src="@{'/js/fetch-utils.js'}"></script>
<!-- jQuery -->
<script th:src="@{'/js/thirdParty/jquery.min.js'}"></script>
<script th:src="@{'/js/thirdParty/jquery.validate.min.js'}"></script>