diff --git a/app/Http/Middleware/SecurityHeaders.php b/app/Http/Middleware/SecurityHeaders.php index c9c5fd287..cc1b5fe01 100644 --- a/app/Http/Middleware/SecurityHeaders.php +++ b/app/Http/Middleware/SecurityHeaders.php @@ -23,7 +23,6 @@ class SecurityHeaders public function handle($request, Closure $next) { - $this->removeUnwantedHeaders($this->unwantedHeaderList); $response = $next($request);