Add the CSP headers
Squashed commit of the following:
commit 468945826621d2e586f7e5fa773623c4accc316a
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Mar 2 16:42:30 2018 +0000
Update changelog
commit 36c6edce091c41861879a982e6ad250b395abbcf
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Mar 2 16:42:23 2018 +0000
Add a test
commit ef9d7b564f8ea4f4528c42f411c14ddfaa132082
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Mar 2 16:42:13 2018 +0000
Apply the CSPHeader middleware to all `web` requests
commit 737bfca3a6b446d52c0d0a8cc1b7b1c422876c0b
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Mar 2 16:41:45 2018 +0000
Add a CSP header to a response, as well as the Report-To header
This commit is contained in:
parent
2e6e20a8b0
commit
f35e2b4f15
4 changed files with 64 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class Kernel extends HttpKernel
|
|||
\App\Http\Middleware\LinkHeadersMiddleware::class,
|
||||
\App\Http\Middleware\LocalhostSessionMiddleware::class,
|
||||
\App\Http\Middleware\ActivityStreamLinks::class,
|
||||
\App\Http\Middleware\CSPHeader::class,
|
||||
],
|
||||
|
||||
'api' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue