Commit ·
110d85f
1
Parent(s): 9a0f32c
fixup! 🐛 Fix prod /POST
Browse files- svelte.config.js +1 -1
svelte.config.js
CHANGED
|
@@ -22,7 +22,7 @@ const config = {
|
|
| 22 |
},
|
| 23 |
csrf: {
|
| 24 |
// todo: fix
|
| 25 |
-
|
| 26 |
},
|
| 27 |
},
|
| 28 |
};
|
|
|
|
| 22 |
},
|
| 23 |
csrf: {
|
| 24 |
// todo: fix
|
| 25 |
+
checkOrigin: false,
|
| 26 |
},
|
| 27 |
},
|
| 28 |
};
|