[html5] omit credentials flag

Schalk Neethling sneethling at mozilla.com
Mon Sep 7 11:38:01 PDT 2015


Greetings All,

I am studying the HTML, CSS and JS specs and I ran into this interesting
attribute of the video element that I am trying to understand. The
attribute in question is the crossorigin attribute.

So, the value of this is stated to be a CORS settings attribute. Looking at
the definition for the latter it states that it can be one of two values
anonymous or use-credentials which in turn sets, or does not set, the omit
credentials flag.

What exactly does the omit credentials flag mean and, do I understand
correctly that you can restrict access to the video element from CORS
requests but setting the crossorigin attribute to use-credentials?

Thank you in advance for any and all assistance.

-- 
Kind Regards,
Schalk Neethling
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/help-whatwg.org/attachments/20150907/e4c31e90/attachment.htm>


More information about the Help mailing list