You are here

function xssprotection_uninstall in XSS Protection 7

Implements hook_uninstall().

File

./xssprotection.install, line 11
Module for managing XSS vulnerability.

Code

function xssprotection_uninstall() {
  variable_del('xssprotection_enabled');
  variable_del('xssprotection_text_enabled');
  variable_del('xssprotection_text');
}