Allow manifest in CSP
This commit is contained in:
parent
0a220d4d8e
commit
e9cee39673
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class CspMiddleware
|
||||||
->addDirective('font-src', ['self' => true])
|
->addDirective('font-src', ['self' => true])
|
||||||
->addDirective('style-src', ['self' => true])
|
->addDirective('style-src', ['self' => true])
|
||||||
->addDirective('form-action', ['self' => true])
|
->addDirective('form-action', ['self' => true])
|
||||||
|
->addDirective('manifest-src', ['self' => true])
|
||||||
->addDirective('base-uri', [])
|
->addDirective('base-uri', [])
|
||||||
->addDirective('frame-ancestors', [])
|
->addDirective('frame-ancestors', [])
|
||||||
->addSource('img-src', '*');
|
->addSource('img-src', '*');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue