We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7091fab commit e6ff5c6Copy full SHA for e6ff5c6
modules/@apostrophecms/area/index.js
@@ -377,7 +377,7 @@ module.exports = {
377
method: 'POST',
378
headers: {
379
'apos-external-front-key': self.apos.externalFrontKey,
380
- // Without this Astro enforces CSRF protection starting in version 5.9.0
+ // Without this Astro enforces CSRF protection starting in version 4.9.0
381
'content-type': 'application-json'
382
},
383
body: JSON.stringify({
0 commit comments