Skip to content

Commit

Permalink
📝 fixed loader.json file link
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Sep 2, 2019
1 parent fb985e8 commit e32cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -66,7 +66,7 @@ return [

### Loader

The Loader is used to initally create the CSPBuilder object with a given set of data. You skip that, forward a file to load, provide an array or [use the default loader file](https://github.com/getkirby/kirby/blob/master/loader.json). Using a custom file is recommended when for example adding additional font-src for google web fonts.
The Loader is used to initally create the CSPBuilder object with a given set of data. You skip that, forward a file to load, provide an array or [use the default loader file](https://github.com/bnomei/kirby3-security-headers/master/loader.json). Using a custom file is recommended when for example adding additional font-src for google web fonts.

**/site/config/config.php**
```php
Expand Down

0 comments on commit e32cc93

Please sign in to comment.