You are here

constant SECKIT_X_FRAME_DENY in Security Kit 6

Same name and namespace in other branches
  1. 7 seckit.module \SECKIT_X_FRAME_DENY
2 uses of SECKIT_X_FRAME_DENY
SecKitTestCase::testXFrameOptionsIsDeny in ./seckit.test
Tests set to Deny X-Frame-Options HTTP response header.
_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_DENY', 2);