function seckit_install in Security Kit 7
Implements hook_install().
File
- ./
seckit.install, line 10 - Install/update/uninstall actions for SecKit.
Code
function seckit_install() {
// Unlimited CSP reports are likely to be necessary during the initial
// development of a content security policy, but this should be treated as
// an override of the default value of zero.
variable_set('seckit_advanced', array(
'unlimited_csp_reports' => 1,
));
}