You are here

constant SECKIT_X_FRAME_DENY in Security Kit 7

Same name and namespace in other branches
  1. 6 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 16
Allows administrators to improve security of the website.

Code

define('SECKIT_X_FRAME_DENY', 2);