Firefox Content Server v0.16.0 Release Notes

Release Date: 2014-06-30 // almost 10 years ago
  • 🐛 Bug Fixes

    • client:
      • Firefox for Android Sync marketing material is only available to desktop sync us (c5e62fa6)
      • Only send a link_expired event if the password reset link is expired. (38310417)
      • Fix the IE8 password toggle test for real this time. (8cdecd14)
      • Check the user's old password before attempting a change password. (b78bfaa5)
      • Remove the ability for IE8 and IE10+ to show the password field. (b257333f)
      • Abort autofocus events if no element exists with the autofocus attribute. (07a12642)
      • Throw an exception if invokeHandler is passed an invalid handler. (0f58af47)
      • Remove keyboard accessibility for the show/hide button. (09fc7a96)
      • Replace calls to [].indexOf with _.indexOf for IE8 support. (b5430e1b)
    • csp: turn on report only mode until CSP issues are resolved (e39e4128)
    • css: Remove the blue background on select element focus in IE10+ (b8300f9f)
    • desktop: keep desktop context after password change (df187b8d, closes #812)
    • ie8: use a standard font so the password field renders correctly (48c7e807, closes #1266)
    • l10n:
      • disable fira sans for unsupported locales (46dedd04)
      • build json locale bundles on server start (1ba744c3, closes #1295)
      • upgrade jsxgettext to handle nested handlebar clocks (229303ac, closes #1306)
    • oauth:
      • ensure oauth forms are enabled if valid on afterRender (f46e435c)
      • only show service name if it is defined (dc5775ee, closes #1216)
      • keep the oauth context after a page refresh (a548e575)
    • server: Add a 'connect-src' directive to allow contact with the auth-server and oauth-se (28d9a90d)
    • strings: fix reset password link error messages (cf525dcf)
    • test:
      • fix functional test remote for slow connections (8f0d0025)
      • Remove cache busting URLs in dev mode. (ffc0de84)
    • tests: Fix throttled test.. (6e3430f3, closes #1144)

    🔋 Features

    • client:
      • Add email prefill on the /signin page if the email address is passed as a sear (f7049063)
      • Add email prefil on the /signup page if an email is passed as a URL search par (af7ad386)
      • add expired verification link message and a email resend link (12b1fe71)
    • server: Add x-content-type-options: nosniff headers to prevent browser content type sn (3bdc2584)