We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd594b commit 4263e04Copy full SHA for 4263e04
app/Http/Middleware/SecurityHeaders.php
@@ -130,7 +130,7 @@ public function handle($request, Closure $next)
130
$cspReportTo[] = "report-uri " . $cspReportToUri;
131
132
$laxCspPolicy = array_merge($laxCspPolicy, $cspReportTo);
133
- $strictCspPolicy = array_merge($strictCspPolicy, $laxCspPolicy);
+ $strictCspPolicy = array_merge($strictCspPolicy, $cspReportTo);
134
}
135
136
$laxCspPolicy = join(';', $laxCspPolicy);
0 commit comments