https://github.com/chapter-three/http_response_headers
Drupal 8 module to secure HTTP headers and improve performance
https://github.com/chapter-three/http_response_headers
Last synced: 2 days ago
JSON representation
Drupal 8 module to secure HTTP headers and improve performance
- Host: GitHub
- URL: https://github.com/chapter-three/http_response_headers
- Owner: chapter-three
- License: gpl-2.0
- Created: 2016-05-24T22:34:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T17:40:17.000Z (almost 9 years ago)
- Last Synced: 2025-04-30T10:43:02.533Z (2 days ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 9
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This is a very simple Drupal 8 module that will help secure your website's HTTP headers and improve performance.
* Blog post [https://www.chapterthree.com/blog/how-to-secure-drupal-http-headers](https://www.chapterthree.com/blog/how-to-secure-drupal-http-headers)
This module allows the following HTTP header configurations:
* Content-Security-Policy
* Strict-Transport-Security
* Public-Key-Pins
* Access-Control-Allow-Origin
* X-Xss-Protection
* X-Frame-Options
* X-Content-Type-Options
* Cache-ControlPlease install the module and configure it here `admin/config/development/http_response_headers`.