3rd Party Request Manager

描述

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:

  1. Logs all 3rd Party Requests created by JavaScript files
  2. Gives you the option to allow only specific hostnames, all others will be blocked.
  3. 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

  1. Monitoring resources directly put into dom by any plugins or themes.
  2. .. much more. If you have ideas please reach out.

螢幕截圖

  • Summary page of caught hostnames
  • Detail view of where requests were detected
  • General settings and notifications
  • Block requests with CSP rules by setting them on an allow list.

安裝

Just install this plugin and go to Tools > 3rd Party Request Manager.

評價

There are no reviews for this plugin.

貢獻者及開發者

“3rd Party Request Manager” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 3rd Party Request Manager 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • First version of this plugin. More to come!