mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

Ensure that default "audience" URL has no path component. #27

Closed rfk closed 10 years ago

rfk commented 10 years ago

The latest verifier is very strict about the format of the "audience" URL - it now enforces that it has a valid scheme, has no path component, etc. We need to take a bit more care when deriving the default audience from the public_url.

@callahad r?