You are here

function noreferrer_update_7001 in No Referrer 7

The rel="noopener" and rel="noreferrer" link types can now be toggled.

File

./noreferrer.install, line 23
Uninstall and update hooks for No Referrer module.

Code

function noreferrer_update_7001() {
  variable_set('noreferrer_noreferrer', TRUE);
  variable_set('noreferrer_noopener', FALSE);
}