Skip to content

Commit

Permalink
Fixed wrong CSP value
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Bognolo <git@bogny.eu>
  • Loading branch information
Luca Bognolo committed Jan 3, 2019
1 parent ab0471c commit 59cfaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Middleware/SecureHeaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function handle(Request $request, Closure $next)
"style-src 'self' 'unsafe-inline'",
"base-uri 'self'",
"form-action 'self'",
"font-src 'self' data: https://fonts.gstatic.com",
"font-src 'self'",
"connect-src 'self'",
"img-src 'self' data: https://api.tiles.mapbox.com",
"manifest-src 'self'",
Expand Down

0 comments on commit 59cfaa2

Please sign in to comment.