File tree Expand file tree Collapse file tree 2 files changed +14
-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 +14
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,13 @@ private HttpHeaders() {}
129
129
public static final String MAX_FORWARDS = "Max-Forwards" ;
130
130
/** The HTTP {@code Origin} header field name. */
131
131
public static final String ORIGIN = "Origin" ;
132
+ /**
133
+ * The HTTP <a href="https://github.com/WICG/origin-isolation">{@code Origin-Isolation}</a> header
134
+ * field name.
135
+ *
136
+ * @since NEXT
137
+ */
138
+ public static final String ORIGIN_ISOLATION = "Origin-Isolation" ;
132
139
/** The HTTP {@code Proxy-Authorization} header field name. */
133
140
public static final String PROXY_AUTHORIZATION = "Proxy-Authorization" ;
134
141
/** The HTTP {@code Range} header field name. */
Original file line number Diff line number Diff line change @@ -129,6 +129,13 @@ private HttpHeaders() {}
129
129
public static final String MAX_FORWARDS = "Max-Forwards" ;
130
130
/** The HTTP {@code Origin} header field name. */
131
131
public static final String ORIGIN = "Origin" ;
132
+ /**
133
+ * The HTTP <a href="https://github.com/WICG/origin-isolation">{@code Origin-Isolation}</a> header
134
+ * field name.
135
+ *
136
+ * @since NEXT
137
+ */
138
+ public static final String ORIGIN_ISOLATION = "Origin-Isolation" ;
132
139
/** The HTTP {@code Proxy-Authorization} header field name. */
133
140
public static final String PROXY_AUTHORIZATION = "Proxy-Authorization" ;
134
141
/** The HTTP {@code Range} header field name. */
You can’t perform that action at this time.
0 commit comments