Description
This Plugin helps gives you control over 3rd Party Requests of your page. Your DPO will love it!
See here to learn why 3rd party request can be problematic: Understand the impact of 3rd party requests on users privacy
This WordPress plugin adds this core functionality:
- Logs all 3rd Party Requests created by JavaScript files
- Gives you the option to allow only specific hostnames, all others will be blocked.
- Multisite compatible
This plugin shows what 3rd Party Requests are initiated by your WordPress installation. This is useful if have to comply with data privacy frameworks like GDPR.
Under GDPR the IP adress is considered as personal data, and as you share the IP adress of your visitor with every request you need to make sure, that it is not accidentilly shared.
How does it work?
Intercepts all external resource requests (images, scripts, CSS, fonts, videos, etc.) – excluding extension requests – and logs them. Data is stored in a custom table.
A settings page lets you choose a data retention period (with a daily cron job to delete old data), configure notifications for new hostnames, and set a sample percentage to limit interception on only a percentage of page views.
Two admin pages are provided: one for all intercepted requests (with optional filtering, pagination, and column sorting) and one summarizing data grouped by hostname.
Roadmap
- Monitoring resources directly put into dom by any plugins or themes.
- .. much more. If you have ideas please reach out.
Screenshots
Installation
Just install this plugin and go to Tools > 3rd Party Request Manager.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“3rd Party Request Manager” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “3rd Party Request Manager” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- First version of this plugin. More to come!