|
|
@ -177,7 +177,6 @@ public class EncoderHandler extends ChannelOutboundHandlerAdapter { |
|
|
|
HttpHeaders.addHeader(res, ACCESS_CONTROL_ALLOW_CREDENTIALS, Boolean.TRUE); |
|
|
|
} else { |
|
|
|
HttpHeaders.addHeader(res, ACCESS_CONTROL_ALLOW_ORIGIN, "*"); |
|
|
|
HttpHeaders.addHeader(res, ACCESS_CONTROL_ALLOW_CREDENTIALS, Boolean.TRUE); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|