WP Manifestindependent plugin directory
manifest / performance / wp-http-blocklist

WP HTTP Blocklist

Block unwanted HTTP requests with a deny list

by Be API · github.com/beapi/wp-http-blocklist · website

10stars
20kcomposer installs
1forks

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/beapi/wp-http-blocklist/archive/refs/heads/master.zip

Also on Packagist as beapi/wp-http-blocklist:

composer require beapi/wp-http-blocklist

From the readme

WP HTTP Blocklist Block unwanted HTTP requests with a blocklist. When you manage platforms with WordPress with composer, it is sometimes penalizing to have all HTTP requests for update control. For WordPress updates, you can use the very good Disable All WordPress Updates plugin, but for other plugins, blocklist management seems more flexible :) Requirements WordPress 4.4 PHP 5.6 Customization and hooks By default, you have a blocklist integrated into the plugin which will be gradually enriched. You can add or modify the domains to block via the following hook / filter: "wphttpblocklist" which transmits an array. Example How to build your own blocklist? Install the famous plugin Log HTTP Requests, and you will see all the external requests made by your platform. You can also find these requests via plugins like Query Monitor or APM services (ex: NewRelic) Who ? Created by Be API, the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always hiring some fun and talented guys. So we will be pleased to work with you. This plugin is only maintained, which means we do not guarantee some free support. Consider reporting an issue

Read the full README on GitHub →