Skip to content

Commit

Permalink
Separator.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Feb 1, 2016
1 parent e765e0d commit bb197d4
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 @@ -426,7 +426,7 @@ protected function compileSubgroup($directive, $policies = null)
$ret = $directive.' ';
if ($directive === 'plugin-types') {
// Expects MIME types, not URLs
return $ret . \implode(' ', $policies['allow']);
return $ret . \implode(' ', $policies['allow']).'; ';
}
if (!empty($policies['self'])) {
$ret .= "'self' ";
Expand Down

0 comments on commit bb197d4

Please sign in to comment.