Merge branch '5.3.x'
This commit is contained in:
@@ -250,9 +250,9 @@ public class SockJsServiceRegistration {
|
||||
* This option can be used to disable automatic addition of CORS headers for
|
||||
* SockJS requests.
|
||||
* <p>The default value is "false".
|
||||
* @since 4.1.2
|
||||
* @since 5.3.23
|
||||
*/
|
||||
public SockJsServiceRegistration setSupressCors(boolean suppressCors) {
|
||||
public SockJsServiceRegistration setSuppressCors(boolean suppressCors) {
|
||||
this.suppressCors = suppressCors;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user