You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
<ahref="https://beapi.fr"></a>
2
2
3
-
# WP HTTP Blacklist
3
+
# WP HTTP Blocklist
4
4
5
-
Block unwanted HTTP requests with a blacklist.
5
+
Block unwanted HTTP requests with a blocklist.
6
6
7
7
When you manage platforms with WordPress with composer, it is sometimes penalizing to have all HTTP requests for update control.
8
8
9
-
For WordPress updates, you can use the very good [Disable All WordPress Updates](https://wordpress.org/plugins/disable-wordpress-updates/) plugin, but for other plugins, blacklist management seems more flexible :)
9
+
For WordPress updates, you can use the very good [Disable All WordPress Updates](https://wordpress.org/plugins/disable-wordpress-updates/) plugin, but for other plugins, blocklist management seems more flexible :)
10
10
11
11
## Requirements
12
12
@@ -15,23 +15,23 @@ For WordPress updates, you can use the very good [Disable All WordPress Updates]
15
15
16
16
## Customization and hooks
17
17
18
-
By default, you have a blacklist integrated into the plugin which will be gradually enriched.
18
+
By default, you have a blocklist integrated into the plugin which will be gradually enriched.
19
19
20
-
You can add or modify the domains to block via the following hook / filter: "wp_http_blacklist" which transmits an array.
20
+
You can add or modify the domains to block via the following hook / filter: "wp_http_blocklist" which transmits an array.
Install the famous plugin [Log HTTP Requests](https://wordpress.org/plugins/log-http-requests/), and you will see all the external requests made by your platform.
0 commit comments