Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

crossorigin attribute values

anonymous		==> CORS requests for this element will have the credentials flag set to 'same-origin'.

use-credentials ==>	CORS requests for this element will have the credentials flag set to 'include'.

"" 				==>	Setting the attribute name to an empty value, like crossorigin or crossorigin="", is the same as anonymous.
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #crossorigin #attribute #values
ADD COMMENT
Topic
Name
9+5 =