Merged some fixes from private.coffee
This commit is contained in:
parent
adbc9d29d9
commit
912aa99054
3 changed files with 21 additions and 5 deletions
|
@ -41,6 +41,7 @@ class CspMiddleware
|
|||
->addDirective('font-src', ['self' => true])
|
||||
->addDirective('style-src', ['self' => true])
|
||||
->addDirective('manifest-src', ['self' => true])
|
||||
->addDirective('img-src', ['self' => true])
|
||||
->addDirective('base-uri', [])
|
||||
->addDirective('frame-ancestors', [])
|
||||
->addSource('form-action', '*')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue