https://github.com/vijaycs85/http_response_headers
Mirror of Drupal HTTP Response Headers module
https://github.com/vijaycs85/http_response_headers
Last synced: about 2 months ago
JSON representation
Mirror of Drupal HTTP Response Headers module
- Host: GitHub
- URL: https://github.com/vijaycs85/http_response_headers
- Owner: vijaycs85
- Created: 2014-10-08T21:49:48.000Z (over 10 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2014-11-13T10:36:27.000Z (over 10 years ago)
- Last Synced: 2025-01-18T02:44:00.016Z (3 months ago)
- Language: PHP
- Homepage: https://www.drupal.org/project/http_response_headers
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HTTP Response Headers
=====================This module provides a way to set HTTP headers on pages by various visibility
settings. Currently the headers can be set by path, content type and user role.Status:
-------Installation:
-------------1. Enable module.
2. Go to Config->HTTP response headers->Settings to configure the allowed
headers.3. Go to Config->HTTP response headers and click 'Add a HTTP header rule' to
create new header rule.4. Give a name to the rule, select header, provide header value and visibility
rules.5. To manage header rules list, visit Config->HTTP response headers.
Features:
---------1. Drush commands available for all operations that can be done via admin UI.
2. CTool export tool integration to export & import rules between different
drupal installation.