Skip to content

Commit

Permalink
Merge branch 'google:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Ronnie Daoudia authored Mar 15, 2024
2 parents 7543c67 + 7dc01ed commit 2ce0247
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 2ce0247

Please sign in to comment.