File tree 2 files changed +20
-0
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,16 @@ private ReferrerPolicyValues() {}
365
365
*/
366
366
public static final String SOURCE_MAP = "SourceMap" ;
367
367
368
+ /**
369
+ * The HTTP <a href="https://github.com/WICG/nav-speculation/blob/main/opt-in.md">{@code
370
+ * Supports-Loading-Mode}</a> header field name. This can be used to specify, for example, <a
371
+ * href="https://developer.chrome.com/docs/privacy-sandbox/fenced-frame/#server-opt-in">fenced
372
+ * frames</a>.
373
+ *
374
+ * @since NEXT
375
+ */
376
+ public static final String SUPPORTS_LOADING_MODE = "Supports-Loading-Mode" ;
377
+
368
378
/**
369
379
* The HTTP <a href="http://tools.ietf.org/html/rfc6797#section-6.1">{@code
370
380
* Strict-Transport-Security}</a> header field name.
Original file line number Diff line number Diff line change @@ -365,6 +365,16 @@ private ReferrerPolicyValues() {}
365
365
*/
366
366
public static final String SOURCE_MAP = "SourceMap" ;
367
367
368
+ /**
369
+ * The HTTP <a href="https://github.com/WICG/nav-speculation/blob/main/opt-in.md">{@code
370
+ * Supports-Loading-Mode}</a> header field name. This can be used to specify, for example, <a
371
+ * href="https://developer.chrome.com/docs/privacy-sandbox/fenced-frame/#server-opt-in">fenced
372
+ * frames</a>.
373
+ *
374
+ * @since NEXT
375
+ */
376
+ public static final String SUPPORTS_LOADING_MODE = "Supports-Loading-Mode" ;
377
+
368
378
/**
369
379
* The HTTP <a href="http://tools.ietf.org/html/rfc6797#section-6.1">{@code
370
380
* Strict-Transport-Security}</a> header field name.
You can’t perform that action at this time.
0 commit comments