constant SECKIT_X_FRAME_SAMEORIGIN in Security Kit 7
Same name and namespace in other branches
- 6 seckit.module \SECKIT_X_FRAME_SAMEORIGIN
4 uses of SECKIT_X_FRAME_SAMEORIGIN
- hook_seckit_options_alter in ./
seckit.api.php - Alter the Security Kit settings.
- SecKitTestCase::testXFrameOptionsIsSameOrigin in ./
seckit.test - Tests set to SAMEORIGIN X-Frame-Options HTTP response header.
- _seckit_get_options_defaults in ./
seckit.module - Define the default values for our settings variables.
- _seckit_x_frame in ./
seckit.module - Sends X-Frame-Options HTTP header.
File
- ./
seckit.module, line 15 - Allows administrators to improve security of the website.
Code
define('SECKIT_X_FRAME_SAMEORIGIN', 1);