constant SECKIT_X_FRAME_ALLOW_FROM in Security Kit 7
Same name and namespace in other branches
- 6 seckit.module \SECKIT_X_FRAME_ALLOW_FROM
5 uses of SECKIT_X_FRAME_ALLOW_FROM
- SecKitTestCase::testXFrameOptionsIsAllowFrom in ./
seckit.test - Tests set to ALLOW-FROM X-Frame-Options HTTP response header.
- seckit_admin_form_validate in includes/
seckit.form.inc - Validates form data.
- seckit_boot in ./
seckit.module - Implements hook_boot().
- seckit_module_implements_alter in ./
seckit.module - Implements hook_module_implements_alter().
- _seckit_x_frame in ./
seckit.module - Sends X-Frame-Options HTTP header.
File
- ./
seckit.module, line 17 - Allows administrators to improve security of the website.
Code
define('SECKIT_X_FRAME_ALLOW_FROM', 3);