Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-docs/get-started-with-prebid-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Fields in the `setS2SConfig` object:
| `adapter` | String | | Adapter code; default: `"prebidServer"` |
| `endpoint` | String | | Will override the default endpoint |
| `cookieSet` | Boolean | | Set to `false` to opt out of cookieset/link rewriting; default: `true` |
| `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. |

{: .alert.alert-info :}
**Additional `cookieSet` details**
Expand Down