-
- Downloads
Merge branch 'bvl-graphql-csrf' into 'master'
Allow GraphQL requests without CSRF token Closes #57237 See merge request gitlab-org/gitlab-ce!25719
No related branches found
No related tags found
Showing
- app/controllers/graphql_controller.rb 8 additions, 1 deletionapp/controllers/graphql_controller.rb
- changelogs/unreleased/bvl-graphql-csrf.yml 5 additions, 0 deletionschangelogs/unreleased/bvl-graphql-csrf.yml
- spec/controllers/graphql_controller_spec.rb 0 additions, 112 deletionsspec/controllers/graphql_controller_spec.rb
- spec/requests/api/graphql_spec.rb 86 additions, 0 deletionsspec/requests/api/graphql_spec.rb
- spec/support/helpers/graphql_helpers.rb 14 additions, 5 deletionsspec/support/helpers/graphql_helpers.rb
changelogs/unreleased/bvl-graphql-csrf.yml
0 → 100644
spec/requests/api/graphql_spec.rb
0 → 100644
Please register or sign in to comment