Skip to content

Commit

Permalink
Merge ab0471c into 4646422
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Bognolo committed Jan 2, 2019
2 parents 4646422 + ab0471c commit 8c87440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Middleware/SecureHeaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ public function handle(Request $request, Closure $next)
"style-src 'self' 'unsafe-inline'",
"base-uri 'self'",
"form-action 'self'",
"font-src 'self'",
"font-src 'self' data: https://fonts.gstatic.com",
"connect-src 'self'",
"img-src 'self' data: https://api.tiles.mapbox.com",
"manifest-src 'self'",
];

$featurePolicies = [
Expand Down

0 comments on commit 8c87440

Please sign in to comment.