WP Manifestindependent plugin directory
manifest / security / link-rel-patch

Link Rel Patch

A plugin that filters the rel values that are automatically added on links set to open in a new tab. Removes `noreferrer` and adds `noopener`.

by UCF Web Communications · github.com/ucf/link-rel-patch

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ucf/link-rel-patch/archive/refs/heads/master.zip

Declares an update source (UCF/Link-Rel-Patch), so updates arrive through the plugin's own updater.

From the readme

Link Rel Patch # Removes the noreferrer rel value that is added to links set to open in a new tab on post update or publish. Description ## Filters the rel values that are automatically added on links that are set to open in a new tab. The only rel value that is added to these links on post update or publish is noopener. The rel value noreferrer is removed. Documentation ## Head over to the Link Rel Patch wiki for detailed information about this plugin, installation instructions, and more. Changelog ## 1.0.1 ### Enhancements: Added composer file. 1.0.0 ### Initial release Upgrade Notice ## n/a Development ## Enabling debug mode in your wp-config.php file is recommended during development to help catch warnings and bugs. Requirements ### node gulp-cli Instructions ### 1. Clone the Link-Rel-Patch repo into your local development environment, within your WordPress installation's plugins/ directory: git clone https://github.com/UCF/Link-Rel-Patch.git 2. cd into the new Link-Rel-Patch directory, and run npm install to install required packages for development into nodemodules/ within the repo 3. Optional: If you'd like to enable BrowserSync for local development, or ma

Read the full README on GitHub →

Releases

TagPublished
v1.0.1 Mar 21, 2023
v1.0.0 Feb 25, 2020

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.