Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ahpaleus committed Jan 16, 2024
1 parent 57a03c3 commit f364d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/apollo-graphql/v4-csrf-prevention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rules:
- https://www.apollographql.com/docs/apollo-server/v3/security/cors/#preventing-cross-site-request-forgery-csrf
fix-regex:
regex: 'csrfPrevention:\s*false'
replacement: 'csrfPrevention: true'
replacement: "csrfPrevention: true"

patterns:
- pattern: |
Expand Down

0 comments on commit f364d8d

Please sign in to comment.