link_obfuscation
53 sites
No security coverage
Link Obfuscation
The Link Obfuscation module enhances privacy by obfuscating facets on search pages, converting <a> tags into <span> elements.
Installation
- Install the module as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.
- Navigate to the Facets configuration page (/admin/config/search/facets).
- Edit the facet you want to obfuscate.
- Check the 'Obfuscate facet link' checkbox.
- Save your changes.
- 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.