Keep Apollo Server CSRF protections enabled
Apollo Server should not explicitly disable CSRF prevention for browser-accessible endpoints.
#Metadata
#Why it matters
GraphQL POST endpoints are vulnerable to cross-site writes when CSRF defenses are turned off.
#Remediation
Remove `csrfPrevention: false` or replace it with an equivalent POST-only plus preflight strategy documented by Apollo.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.apollo-server-csrf-disabled.rule.yaml.