mozilla / identity-ops

Tools and Chef cookbooks used by Mozilla Services Operations to provision and manage Persona
Other
24 stars 12 forks source link

gmail bigtent sideshow config production.json - remove trailing slash on personaUrl setting. #80

Closed jrgm closed 11 years ago

jrgm commented 11 years ago

The browserid-bridge-gmail/config/production.json contained:

  "personaUrl": "https://login.anosrep.org/",

That apparently prevented FF21 from working due to Content-Security-Policy. (It worked with Chrome and Safari; don't know which implementation is "wrong").

Anyways, change the build system to produce production.json with no trailing slash:

  "personaUrl": "https://login.anosrep.org",
gene1wood commented 11 years ago

Fixed at https://github.com/mozilla/identity-ops/commit/719b7441806b67563a140f258e8d1c9fbf96d141