constant SECKIT_X_XSS_DISABLE in Security Kit 7
Same name and namespace in other branches
- 6 seckit.module \SECKIT_X_XSS_DISABLE
Define the flags/values for certain options.
4 uses of SECKIT_X_XSS_DISABLE
- SecKitTestCase::testXXSSProtectionIsDisabled in ./
seckit.test - Tests disabled X-XSS-Protection HTTP response header.
- seckit_admin_form in includes/
seckit.form.inc - Forms administration page.
- _seckit_get_options_defaults in ./
seckit.module - Define the default values for our settings variables.
- _seckit_x_xss in ./
seckit.module - Sends X-XSS-Protection HTTP header.
File
- ./
seckit.module, line 10 - Allows administrators to improve security of the website.
Code
define('SECKIT_X_XSS_DISABLE', 0);