CHANGELOG.txt |
CHANGELOG.txt |
|
SecKit 1.7
-------------
#2091627: CSP report-uri directive is relative (Thanks @jweowu)
#1909846: Undefined index in _seckit_csp_report() (Thanks @jweowu)
SecKit 1.6
-------------
#2043283: X-XSS-Protection is disabled by default
SecKit… |
seckit.form.inc |
includes/seckit.form.inc |
|
Administrative interface for SecKit settings. |
seckit.info |
seckit.info |
|
name = Security Kit
description = Enhance security of your Drupal website
package = Security
core = 6.x |
seckit.install |
seckit.install |
|
Install/uninstall actions for SecKit. |
seckit.module |
seckit.module |
|
Allows administrators to improve security of the website. |
seckit.noscript_tag.css |
css/seckit.noscript_tag.css |
|
/**
* Override style of seckit.no_body.css to show div with message.
*/
body {
display: block !important;
}
/**
* Set style of div with message
* "Sorry, you need to enable JavaScript to visit this website."
* so it hides all site… |
seckit.no_body.css |
css/seckit.no_body.css |
|
/**
* Hide <body> element.
*/
body {
display: none !important;
} |
seckit.test |
seckit.test |
|
Tests for Security Kit module. |