[csp3] How should domains with defined wildcard and scheme be parsed?

I have a rule like the following:

    script-src https://*.example.com

How should this be parsed? Should it allow only https
resources on any subdomain of example.com, like Firefox?
or disregard it, like Chromium does?

I rather prefer the first option as it can save some bytes of
header in case of some services.

-- 
Braiam Peguero

Received on Wednesday, 12 April 2017 15:07:06 UTC