An open API service indexing awesome lists of open source software.

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

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-Control

Please install the module and configure it here `admin/config/development/http_response_headers`.