fix: remove host_analytics from framework CSP config
Website-specific CSP sources belong in app config, not framework. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
95cd788bc9
commit
87ae36ef22
1 changed files with 0 additions and 7 deletions
|
|
@ -214,13 +214,6 @@ return [
|
|||
'script-src' => ['https://connect.facebook.net'],
|
||||
'frame-src' => ['https://www.facebook.com'],
|
||||
],
|
||||
|
||||
'host_analytics' => [
|
||||
'enabled' => env('SECURITY_CSP_HOST_ANALYTICS', false),
|
||||
'script-src' => ['https://analytics.host.uk.com'],
|
||||
'connect-src' => ['https://analytics.host.uk.com'],
|
||||
'img-src' => ['https://analytics.host.uk.com'],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue