diff --git a/dev-docs/activity-controls.md b/dev-docs/activity-controls.md index f1f55285bb..6642727951 100644 --- a/dev-docs/activity-controls.md +++ b/dev-docs/activity-controls.md @@ -120,6 +120,7 @@ Here's the list of the 'potentially restricted activities' that Prebid.js core c | `transmitPreciseGeo` | A bid adapter or RTD submodule wants to access and/or transmit precise geolocation data to their endpoint | Component is allowed only 2-digit precision for latitude and longitude | [`configName`](#params-fetchBids) | | `transmitTid` | A bid adapter or RTD submodule wants to access and/or transmit globally unique transaction IDs to their endpoint | Transaction IDs are hidden from the component | [`configName`](#params-fetchBids) | | `transmitUfpd` | A bid adapter or RTD submodule wants to access and/or transmit user FPD to their endpoint | User FPD is hidden from the component | [`configName`](#params-fetchBids) | +| `loadExternalScript` | A bid adapter, analytics adapter, or module wants to load external script | Module is not allowed to load external script from `adloader.js` | None |