You are here

constant SECKIT_X_FRAME_SAMEORIGIN in Security Kit 6

Same name and namespace in other branches
  1. 7 seckit.module \SECKIT_X_FRAME_SAMEORIGIN
3 uses of SECKIT_X_FRAME_SAMEORIGIN
SecKitTestCase::testXFrameOptionsIsSameOrigin in ./seckit.test
Tests set to SameOrigin X-Frame-Options HTTP response header.
_seckit_get_options in ./seckit.module
Sets default options.
_seckit_x_frame in ./seckit.module
Sends X-Frame-Options HTTP header.

File

./seckit.module, line 14
Allows administrators to improve security of the website.

Code

define('SECKIT_X_FRAME_SAMEORIGIN', 1);