mozilla-services / syncserver

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

Make public_url-mismatch into a hard error. #43

Closed rfk closed 10 years ago

rfk commented 10 years ago

@callahad r?

rfk commented 10 years ago

Hmm...I wonder if we should go even further here and forcibly re-write the WSGI environ to match what's in public_url? That would certainly reduce spurious errors but I worry that it might also mask some actual errors (e.g. telling the server it's https when it's really not)

rfk commented 10 years ago

r=myself