@Generated(value="org.realityforge.webtack")
@Documented
public @interface CrossOriginType
@Nonnull public static final java.lang.String anonymous
Origin: HTTP header without a cookie, X.509 certificate, or performing HTTP
Basic authentication. If the server does not give credentials to the origin site (by not setting
the Access-Control-Allow-Origin: HTTP header), the image will be tainted, and its
usage restricted.@Nonnull public static final java.lang.String use_credentials
Origin: HTTP header with a cookie, a certificate, or performing
HTTP Basic authentication. If the server does not give credentials to the origin
site (through Access-Control-Allow-Credentials: HTTP header), the
image will be tainted and its usage restricted.