Skip to content

Commit

Permalink
fix(): ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawven committed Apr 11, 2024
1 parent 8be4988 commit a93b3e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ private boolean isCorsRequest(HttpRequest request) {
private void setVaryHeaders(HttpResponse response) {
List<String> varyHeaders = response.headerValues(RestConstants.VARY);
if (varyHeaders == null) {

response.addHeader(
RestConstants.VARY,
RestConstants.ORIGIN + "," + RestConstants.ACCESS_CONTROL_REQUEST_METHOD + ","
Expand Down

0 comments on commit a93b3e8

Please sign in to comment.