gdarko / ip-location-block

IP Location Block for WordPress. Supports different ip geolocation services.
GNU General Public License v3.0
9 stars 2 forks source link

Add warning notification for whitelisting 3rd-party services #1

Open gdarko opened 3 years ago

gdarko commented 3 years ago

Possibly print a table based on the active plugins to tell the admin to whitelist specific services.

ddur commented 1 year ago

Same issue with Jetpack and all remote administration plugins?

ddur commented 1 year ago

How about WP REST API? Is that blocked too?

ddur commented 1 year ago

Implementing this may become maintenance 'nightmare'. You already have external site with documentation. Documentation is easy to extend for each plugin that requires 'whitelist'.

Why not only provide link to 'whitelist' documentation on plugin settings page and close this issue? :sunglasses:

gdarko commented 1 year ago

@ddur - I agree, it can be painful to maintain such a list all the time. I created an article within the codex:

https://iplocationblock.com/codex/whitelist-external-services/

Thank you for the suggestion.