Skip to content

Commit

Permalink
One space caused so many issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Feb 17, 2016
1 parent 478ff9b commit f8f19dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSPBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ protected function compileSubgroup($directive, $policies = null)
$ret .= "'unsafe-inline' ";
}
if (!empty($policies['unsafe-eval'])) {
$ret .= "'unsafe-eval'";
$ret .= "'unsafe-eval' ";
}
if (!empty($policies['data'])) {
$ret .= "data: ";
Expand Down

0 comments on commit f8f19dd

Please sign in to comment.