Skip to content

Commit 4263e04

Browse files
author
Jonathan de Jong
committed
fix errant typo
1 parent fcd594b commit 4263e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/SecurityHeaders.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function handle($request, Closure $next)
130130
$cspReportTo[] = "report-uri " . $cspReportToUri;
131131

132132
$laxCspPolicy = array_merge($laxCspPolicy, $cspReportTo);
133-
$strictCspPolicy = array_merge($strictCspPolicy, $laxCspPolicy);
133+
$strictCspPolicy = array_merge($strictCspPolicy, $cspReportTo);
134134
}
135135

136136
$laxCspPolicy = join(';', $laxCspPolicy);

0 commit comments

Comments
 (0)