I've recently upgraded from Spring 3.2.2 to version 4.2.1.
As a result, http response headers defaults were changed, and now it contains these parameters:
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
How can I change the default security headers of spring?