Re: CSP directive-value question

On 03/17/2011 11:14 AM, Adam Barth wrote:
> script-src        = "script-src" [ 1*LWSP source-list ]
> 
> and
> 
> source-list       = ( *LWSP / source ) *( 1*LWSP source )
>                   / "'none'"
> 
> which is impossible because VCHAR odes not contain LWSP.  Perhaps
> directive-value should allow LWSP as well as VCHAR?

Indeed this is a bug, which is fixed in the patch you sent me today.
I'll push the patch ASAP.

Thanks,
Brandon

Received on Thursday, 17 March 2011 20:47:09 UTC