Skip to content

Commit

Permalink
Update v4-csrf-prevention.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahpaleus authored Jan 16, 2024
1 parent 04b8335 commit cb4a668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/apollo-graphql/v4-csrf-prevention.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// OK: Lacks 'csrfPrevention: true', but on v4 this option is false by default
// OK: Lacks 'csrfPrevention: true', but on v4 this option is true by default
//ok: v4-csrf-prevention
const apollo_server_1 = new ApolloServer({
typeDefs,
Expand Down

0 comments on commit cb4a668

Please sign in to comment.