1# CSP Header Plugin for DokuWiki
2
3Injects the
4[Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP)
5header in DokuWiki pages.
6
7This is a fork of Matthias Schulte's
8[original plugin](https://github.com/lupo49/plugin-cspheader),
9which has been unmaintained since 2016.
10
11Copyright (c) 2011 by Matthias Schulte [dokuwiki@lupo49.de]()
12Copyright (c) 2021 by Damien Regad [dregad@mantisbt.org]()
13
14
15## License
16
17This program is free software; you can redistribute it and/or modify
18it under the terms of the
19[GNU General Public License, version 2](http://www.gnu.org/licenses/gpl-2.0.html)
20or later.
21
22This program is distributed in the hope that it will be useful,
23but WITHOUT ANY WARRANTY; without even the implied warranty of
24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25GNU General Public License for more details.
26
27
28## Compatibility, Installation and Configuration
29
30Please refer to the
31[plugin's documentation](https://www.dokuwiki.org/plugin:cspheader)
32for compatibility information as well as instructions to
33install and configure this plugin in DokuWiki.
34
35
36## Support
37
38Source code and support for this plugin can be found at
39https://github.com/dregad/dokuwiki-plugin-cspheader
40