diff --git a/dev-docs/bidders/prebidServer.md b/dev-docs/bidders/prebidServer.md index a800229da3..646f9def11 100644 --- a/dev-docs/bidders/prebidServer.md +++ b/dev-docs/bidders/prebidServer.md @@ -45,5 +45,4 @@ Configuration options | `timeout` | Number | | Bidder timeout, in milliseconds; default: `1000`. | | `syncEndpoint` | String | | Configures the user-sync endpoint. Highly recommended. | | `adapter` | String | | Adapter code; default: `"prebidServer"`. | -| `cookieSet` | Boolean | | Set to `false` to opt out of cookieset/link rewriting. | | `secure` | Integer | | Override Prebid Server's determination of whether the request needs secure assets. Set to `1` to force secure assets on the response, or `0` for non-secure assets. | diff --git a/dev-docs/publisher-api-reference.md b/dev-docs/publisher-api-reference.md index 43531c2604..c24a752ea4 100644 --- a/dev-docs/publisher-api-reference.md +++ b/dev-docs/publisher-api-reference.md @@ -1428,8 +1428,6 @@ Additional information of these properties: | `adapter` | Required | String | Adapter code for S2S. Defaults to 'prebidServer' | | `endpoint` | Required | URL | Defines the auction endpoint for the Prebid Server cluster | | `syncEndpoint` | Required | URL | Defines the cookie_sync endpoint for the Prebid Server cluster | -| `cookieSet` | Optional | Boolean | Defaults to `false`. If set to `true`, Prebid.js will overwrite all links on page to redirect through a persistent cookie URL and will display a footer message on Safari indicating that cookies will be placed on browsers that block 3rd party cookies. | -| `cookieSetUrl` | Optional | URL | Cluster-specific script for Safari link-rewriting | *Currently supported vendors are: appnexus & rubicon *Note - When using defaultVendor option, accountId and bidders properties still need to be defined.