UNPKG

eleventy-plugin-automatic-noopener

Version:

11ty plugin for automatically adding a rel='noopener' or rel='noreferrer' attribute to all unsafe external links.

6 lines 110 B
module.exports = { noopener: true, noreferrer: false, ignore: null, elements: ['a', 'area', 'form'] }