This project is not covered by Drupal’s security advisory policy.

Link Obfuscation

The Link Obfuscation module enhances privacy by obfuscating facets on search pages, converting <a> tags into <span> elements.

Installation

  1. Install the module as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.
  2. Navigate to the Facets configuration page (/admin/config/search/facets).
  3. Edit the facet you want to obfuscate.
  4. Check the 'Obfuscate facet link' checkbox.
  5. Save your changes.
  6. You should update the CSS to target the new 'span.drupal-masked-element' facets, as the module replaces the original <a> elements with these spans.

Project information

Releases