File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,14 @@ private ReferrerPolicyValues() {}
199199 public static final String ACCESS_CONTROL_ALLOW_METHODS = "Access-Control-Allow-Methods" ;
200200 /** The HTTP {@code Access-Control-Allow-Origin} header field name. */
201201 public static final String ACCESS_CONTROL_ALLOW_ORIGIN = "Access-Control-Allow-Origin" ;
202+ /**
203+ * The HTTP <a href="https://wicg.github.io/private-network-access/#headers">{@code
204+ * Access-Control-Allow-Private-Network}</a> header field name.
205+ *
206+ * @since NEXT
207+ */
208+ public static final String ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK =
209+ "Access-Control-Allow-Private-Network" ;
202210 /** The HTTP {@code Access-Control-Allow-Credentials} header field name. */
203211 public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS = "Access-Control-Allow-Credentials" ;
204212 /** The HTTP {@code Access-Control-Expose-Headers} header field name. */
Original file line number Diff line number Diff line change @@ -199,6 +199,14 @@ private ReferrerPolicyValues() {}
199199 public static final String ACCESS_CONTROL_ALLOW_METHODS = "Access-Control-Allow-Methods" ;
200200 /** The HTTP {@code Access-Control-Allow-Origin} header field name. */
201201 public static final String ACCESS_CONTROL_ALLOW_ORIGIN = "Access-Control-Allow-Origin" ;
202+ /**
203+ * The HTTP <a href="https://wicg.github.io/private-network-access/#headers">{@code
204+ * Access-Control-Allow-Private-Network}</a> header field name.
205+ *
206+ * @since NEXT
207+ */
208+ public static final String ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK =
209+ "Access-Control-Allow-Private-Network" ;
202210 /** The HTTP {@code Access-Control-Allow-Credentials} header field name. */
203211 public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS = "Access-Control-Allow-Credentials" ;
204212 /** The HTTP {@code Access-Control-Expose-Headers} header field name. */
You can’t perform that action at this time.
0 commit comments