File tree Expand file tree Collapse file tree 2 files changed +30
-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 +30
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,21 @@ private ReferrerPolicyValues() {}
266
266
* @since 20.0
267
267
*/
268
268
public static final String X_WEBKIT_CSP_REPORT_ONLY = "X-WebKit-CSP-Report-Only" ;
269
+ /**
270
+ * The HTTP <a href="https://wicg.github.io/cross-origin-embedder-policy/#COEP">{@code
271
+ * Cross-Origin-Embedder-Policy}</a> header field name.
272
+ *
273
+ * @since NEXT
274
+ */
275
+ public static final String CROSS_ORIGIN_EMBEDDER_POLICY = "Cross-Origin-Embedder-Policy" ;
276
+ /**
277
+ * The HTTP <a href="https://wicg.github.io/cross-origin-embedder-policy/#COEP-RO">{@code
278
+ * Cross-Origin-Embedder-Policy-Report-Only}</a> header field name.
279
+ *
280
+ * @since NEXT
281
+ */
282
+ public static final String CROSS_ORIGIN_EMBEDDER_POLICY_REPORT_ONLY =
283
+ "Cross-Origin-Embedder-Policy-Report-Only" ;
269
284
/**
270
285
* The HTTP Cross-Origin-Opener-Policy header field name.
271
286
*
Original file line number Diff line number Diff line change @@ -266,6 +266,21 @@ private ReferrerPolicyValues() {}
266
266
* @since 20.0
267
267
*/
268
268
public static final String X_WEBKIT_CSP_REPORT_ONLY = "X-WebKit-CSP-Report-Only" ;
269
+ /**
270
+ * The HTTP <a href="https://wicg.github.io/cross-origin-embedder-policy/#COEP">{@code
271
+ * Cross-Origin-Embedder-Policy}</a> header field name.
272
+ *
273
+ * @since NEXT
274
+ */
275
+ public static final String CROSS_ORIGIN_EMBEDDER_POLICY = "Cross-Origin-Embedder-Policy" ;
276
+ /**
277
+ * The HTTP <a href="https://wicg.github.io/cross-origin-embedder-policy/#COEP-RO">{@code
278
+ * Cross-Origin-Embedder-Policy-Report-Only}</a> header field name.
279
+ *
280
+ * @since NEXT
281
+ */
282
+ public static final String CROSS_ORIGIN_EMBEDDER_POLICY_REPORT_ONLY =
283
+ "Cross-Origin-Embedder-Policy-Report-Only" ;
269
284
/**
270
285
* The HTTP Cross-Origin-Opener-Policy header field name.
271
286
*
You can’t perform that action at this time.
0 commit comments