Skip to content

Commit

Permalink
Merge pull request #20 from CaritasDeutschland/feature-local-against-dev
Browse files Browse the repository at this point in the history
Feature local against dev
  • Loading branch information
mobo4b authored Jun 30, 2021
2 parents 48094d8 + 4d77a83 commit debd5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected void doFilterInternal(@NonNull HttpServletRequest request,

public static final class DefaultRequiresCsrfMatcher implements RequestMatcher {

private final Pattern allowedMethods = Pattern.compile("^(HEAD|TRACE|OPTIONS)$");
private final Pattern allowedMethods = Pattern.compile("^(HEAD|TRACE|OPTIONS|GET)$");

@Override
public boolean matches(HttpServletRequest request) {
Expand Down

0 comments on commit debd5ad

Please sign in to comment.