You are here

constant HTTP_RESPONSE_HEADERS_VISIBILITY_NOTLISTED in HTTP Response Headers 7

Sets this header on every page except the listed pages.

4 uses of HTTP_RESPONSE_HEADERS_VISIBILITY_NOTLISTED
HttpResponseHeadersRule::__construct in includes/http_response_headers.rule.inc
Constructs new HttpResponseHeadersRule object.
HttpResponseHeadersTestCase::createHeaderRule in ./http_response_headers.test
Helper to create new header rule.
HttpResponseHeadersTestCase::testHeaderRuleVisibility in ./http_response_headers.test
Test header rule visibility.
HttpResponseHeadersUITestCase::testHeaderRuleVisibility in modules/http_response_headers_ui/http_response_headers_ui.test
Test header rule visibility.

File

./http_response_headers.module, line 11
Contains HTTP response headers.

Code

define('HTTP_RESPONSE_HEADERS_VISIBILITY_NOTLISTED', 0);