feat(security): implement CSRF protection
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
export default {
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "node",
|
||||
@@ -20,4 +18,4 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user