Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Sep 13, 2019
1 parent 658ac22 commit 517a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/httpheaders/httpheaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public static function getSubscribedEvents(): array
public function applyHashesToCspRule(): void
{
// CSP is only relevant on html pages. Let's early exit here.
if (Factory::getDocument()->getType() != 'html')
if (Factory::getDocument()->getType() !== 'html')
{
return;
}
Expand Down

0 comments on commit 517a7b0

Please sign in to comment.