Skip to content

Commit

Permalink
Merge branch 'dev' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Nov 26, 2024
2 parents 33f27cf + efa0c68 commit 2702e93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public void doFilter(ServletRequest request, ServletResponse response, FilterCha
httpResponse.addHeader("Access-Control-Allow-Origin", "*");
httpResponse.addHeader("Access-Control-Allow-Headers", "*");
httpResponse.addHeader("Access-Control-Allow-Methods", "GET");
httpResponse.addHeader("Access-Control-Allow-Credentials", "true");
}

chain.doFilter(request, response);
Expand Down

0 comments on commit 2702e93

Please sign in to comment.