Skip to content

Commit

Permalink
🐛 should be enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Jul 9, 2021
1 parent f8ccb29 commit ddb6dd7
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 @@ -4,7 +4,7 @@

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

0 comments on commit ddb6dd7

Please sign in to comment.