Skip to content

Commit

Permalink
loadExternalScript activity controls (#5643)
Browse files Browse the repository at this point in the history
* loadExternalScript activity controls

* change file

---------

Co-authored-by: Marcin Komorski <marcinkomorski@Marcins-MacBook-Pro.local>
  • Loading branch information
mkomorski and Marcin Komorski authored Oct 11, 2024
1 parent ea7f26e commit 3714328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-docs/activity-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

<a id="parameters"></a>

Expand Down

0 comments on commit 3714328

Please sign in to comment.