Re: Updated script hash proposal (non spec text)

Attached updated patch to

1. create a "base64-value" rule so we don't have to repeat ourselves in
separate "nonce-source" and "hash-source" rules
2. limit ='s to be a max of 2 and only allowed at the end of the string

Alternatively, might we just refer to "base64 string from RFC 3548" [0],
the way we do for the "scheme" rule?

[0] http://tools.ietf.org/html/rfc3548.html#section-3

-Garrett

On 11/26/2013 10:57 AM, Joel Weinberger wrote:
> I, too, support the second option as well (and, in fact, that is how
> we've implemented it for hashes in Chrome).
> 
> I don't suppose there's a way to specify that the '=' should only appear
> at the end of the value (and there should be 2 or less)?
> --Joel
> 
> 
> On Mon, Nov 25, 2013 at 11:09 AM, Garrett Robinson
> <grobinson@mozilla.com <mailto:grobinson@mozilla.com>> wrote:
> 
>     On 11/25/2013 01:24 PM, Neil Matatall wrote:
>     > Ah yes. Oops. I support the second option as well.
>     >
>     > Should "1*( ALPHA / DIGIT / "+" / "/" / "=" )"  be its own
>     > symbol/definition/whatever to make it clear that the values will have
>     > the same rules?
> 
>     I was thinking of doing that, but wasn't sure how to write it in the
>     spec. Can we just call it base64-value?
> 
> 

Received on Tuesday, 3 December 2013 21:42:02 UTC