schnti / security
This package is abandoned and no longer maintained.
No replacement package was suggested.
simple kirby security.txt plugin
0.1.0
2019-11-29 12:21 UTC
Requires
This package is auto-updated.
Last update: 2025-01-13 10:04:15 UTC
README
A plugin for Kirby 3 CMS that generates an security.txt.
Commercial Usage
This plugin is free but if you use it in a commercial project please consider
Installation
Download
Download the files and place them inside site/plugins/security.
Composer
composer require schnti/security
Git Submodule
You can add the plugin as a Git submodule.
$ cd your/project/root
$ git submodule add https://github.com/schnti/kirby3-security.git site/plugins/security
$ git submodule update --init --recursive
$ git commit -am "Add Kirby security.txt plugin"
Run these commands to update the plugin:
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive
How to use it
Nothing required.
The schnti/kirby3-sitemap plugin is recommended.