Skip to content

Commit

Permalink
🐛 custom loader not working
Browse files Browse the repository at this point in the history
:arrow-up: upgraded dependencies

closes #27
thanks @MikeHarrison

Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Feb 12, 2022
1 parent 7585b6b commit 85b58ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Kirby::plugin('bnomei/securityheaders', [
'options' => [
'enabled' => true, // null => disable in panel and api
'enabled' => null, // null => disable in panel and api
'seed' => function () {
return Url::stripPath(site()->url());
},
Expand Down

0 comments on commit 85b58ed

Please sign in to comment.