Skip to content

Commit

Permalink
Add "Ad-Auction-Allowed" header.
Browse files Browse the repository at this point in the history
Spec: https://wicg.github.io/turtledove/#http-headerdef-ad-auction-allowed.
RELNOTES=`net`: Added `Ad-Auction-Allowed` HTTP header.
PiperOrigin-RevId: 616197696
  • Loading branch information
java-team-github-bot authored and Google Java Core Libraries committed Mar 15, 2024
1 parent c99891c commit 7dc01ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/guava/src/com/google/common/net/HttpHeaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,14 @@ private ReferrerPolicyValues() {}
*/
public static final String AD_AUCTION_SIGNALS = "Ad-Auction-Signals";

/**
* The HTTP <a href="https://wicg.github.io/turtledove/#http-headerdef-ad-auction-allowed">{@code
* Ad-Auction-Allowed}</a> header field name.
*
* @since NEXT
*/
public static final String AD_AUCTION_ALLOWED = "Ad-Auction-Allowed";

/**
* The HTTP <a href="https://tools.ietf.org/html/rfc8586">{@code CDN-Loop}</a> header field name.
*
Expand Down
8 changes: 8 additions & 0 deletions guava/src/com/google/common/net/HttpHeaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,14 @@ private ReferrerPolicyValues() {}
*/
public static final String AD_AUCTION_SIGNALS = "Ad-Auction-Signals";

/**
* The HTTP <a href="https://wicg.github.io/turtledove/#http-headerdef-ad-auction-allowed">{@code
* Ad-Auction-Allowed}</a> header field name.
*
* @since NEXT
*/
public static final String AD_AUCTION_ALLOWED = "Ad-Auction-Allowed";

/**
* The HTTP <a href="https://tools.ietf.org/html/rfc8586">{@code CDN-Loop}</a> header field name.
*
Expand Down

0 comments on commit 7dc01ed

Please sign in to comment.