DescriptionDisallow an empty host in a CSP host-source directive
Currently "https://" is accepted and treated like "https:". This behavior has never been part of any standard.
The syntax is specified in http://www.w3.org/TR/CSP11/#source-list-syntax
host-source = [ scheme-part "://" ] host-part [ port-part ] [ path-part ]
host-part = "*" / [ "*." ] 1*host-char *( "." 1*host-char )
As you can see, the host-part is NOT optional.
BUG=404295
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180407
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|