Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-01-06 10:15:23 +00:00
parent 83947d478a
commit c564f57d8d
2 changed files with 159 additions and 2 deletions
+2 -2
View File
@@ -80,7 +80,7 @@
"",
" if (!csrfCookie && nameCheck.test(csrfToken)) {",
" csrfField.setAttribute('data-csrf-protection-cookie-value', csrfCookie = csrfToken);",
" csrfField.value = csrfToken = btoa(String.fromCharCode.apply(null, (window.crypto || window.msCrypto).getRandomValues(new Uint8Array(18))));",
" csrfField.defaultValue = csrfToken = btoa(String.fromCharCode.apply(null, (window.crypto || window.msCrypto).getRandomValues(new Uint8Array(18))));",
" }",
"",
" if (csrfCookie && tokenCheck.test(csrfToken)) {",
@@ -151,7 +151,7 @@
"executable": false
}
},
"ref": "41c4285a926752ec2852a5cafa39e7b527c33a38"
"ref": "88bb6c47954903619ed36b2b3605909558dda424"
}
}
}