constant SECKIT_X_XSS_DISABLE in Security Kit 6
Same name and namespace in other branches
- 7 seckit.module \SECKIT_X_XSS_DISABLE
Necessary constants.
3 uses of SECKIT_X_XSS_DISABLE
- SecKitTestCase::testXXSSProtectionIsDisabled in ./
seckit.test - Tests disabled X-XSS-Protection HTTP response header.
- _seckit_get_options in ./
seckit.module - Sets default options.
- _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);