From 544da3150a5085cebd8c043698d607efe873e19f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 9 Nov 2016 19:11:51 -0500 Subject: Add P3P headers to avoid potential issues with IE --- app/Middleware/BootstrapMiddleware.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Middleware') diff --git a/app/Middleware/BootstrapMiddleware.php b/app/Middleware/BootstrapMiddleware.php index 727f600c..778221b3 100644 --- a/app/Middleware/BootstrapMiddleware.php +++ b/app/Middleware/BootstrapMiddleware.php @@ -32,6 +32,7 @@ class BootstrapMiddleware extends BaseMiddleware { $this->response->withContentSecurityPolicy($this->container['cspRules']); $this->response->withSecurityHeaders(); + $this->response->withP3P(); if (ENABLE_XFRAME) { $this->response->withXframe(); -- cgit v1.2.3