https://github.com/district09/kimai_plugin_security
https://github.com/district09/kimai_plugin_security
d09check22 web
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/district09/kimai_plugin_security
- Owner: district09
- License: mit
- Created: 2021-06-03T11:19:12.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-02T09:03:57.000Z (almost 3 years ago)
- Last Synced: 2025-06-09T16:07:20.420Z (about 1 year ago)
- Topics: d09check22, web
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KimaiSecurityBundle
A Kimai 2 plugin, which adds some security related functionality (like adding a
Referrer-policy header to all responses).
## Installation
First clone it to your Kimai installation `plugins` directory:
```
cd /kimai/var/plugins/
git clone https://github.com/digipolisgent/kimai_plugin_security.git KimaiSecurityBundle
```
And then rebuild the cache:
```
cd /kimai/
bin/console cache:clear
bin/console cache:warmup
```
You could also [download it as zip](https://github.com/digipolisgent/kimai_plugin_security/archive/master.zip) and upload the directory via FTP:
```
/kimai/var/plugins/
├── KimaiSecurityBundle
│ ├── KimaiSecurityBundle.php
| └ ... more files and directories follow here ...
```