Skip to content

Commit efa0c68

Browse files
authored
Merge pull request #802 from EBISPOT/fix-gwas-cors-issue
Fix for pgatlas.com CORS issue for GWAS
2 parents 6717f57 + 20b96ea commit efa0c68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/main/java/uk/ac/ebi/spot/ols/config/CrossOriginResourceSharingFilter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public void doFilter(ServletRequest request, ServletResponse response, FilterCha
4444
httpResponse.addHeader("Access-Control-Allow-Origin", "*");
4545
httpResponse.addHeader("Access-Control-Allow-Headers", "*");
4646
httpResponse.addHeader("Access-Control-Allow-Methods", "GET");
47-
httpResponse.addHeader("Access-Control-Allow-Credentials", "true");
4847
}
4948

5049
chain.doFilter(request, response);

0 commit comments

Comments
 (0)