From fba1cc6e9d51acfccd050c48a60307b4e7061660 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Fri, 5 Jul 2024 10:54:11 -0400 Subject: [PATCH 1/2] Revert "removing rubicon HTTP2 disclosure (#4210)" This reverts commit fb3fc4c2169ac456b9a13731233ab93d10966504. --- dev-docs/bidders/rubicon.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-docs/bidders/rubicon.md b/dev-docs/bidders/rubicon.md index c701ed3427..8750820089 100644 --- a/dev-docs/bidders/rubicon.md +++ b/dev-docs/bidders/rubicon.md @@ -25,6 +25,9 @@ multiformat_supported: will-bid-on-one privacy_sandbox: paapi, topics sidebarType: 1 --- +### Disclosure: + +This adapter is known to use an HTTP 1 endpoint. Header bidding often generates multiple requests to the same host and bidders are encouraged to change to HTTP 2 or above to help improve publisher page performance via multiplexing. ### Registration From f118723df3704230b0eabe908434b89813df3a11 Mon Sep 17 00:00:00 2001 From: Muki Seiler Date: Fri, 5 Jul 2024 18:00:37 +0200 Subject: [PATCH 2/2] Update dev-docs/bidders/rubicon.md --- dev-docs/bidders/rubicon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/rubicon.md b/dev-docs/bidders/rubicon.md index 8750820089..1caa467a21 100644 --- a/dev-docs/bidders/rubicon.md +++ b/dev-docs/bidders/rubicon.md @@ -25,7 +25,7 @@ multiformat_supported: will-bid-on-one privacy_sandbox: paapi, topics sidebarType: 1 --- -### Disclosure: +### Disclosure This adapter is known to use an HTTP 1 endpoint. Header bidding often generates multiple requests to the same host and bidders are encouraged to change to HTTP 2 or above to help improve publisher page performance via multiplexing.