github mozilla/fx-private-relay 2023.11.08.8

latest releases: 2026.05.07, 2026.05.04, 2026.04.29...
pre-release2 years ago

This is a bugfix release for an incident in production on 2023.11.08. When navigating between pages on the single page app, the content is un-styled due to CSP rejecting the inline styles. This release fixes the issue. It was deployed on November 15, 2023 with SVCSE-1604.

  • next updated to 14.0.2 (still reformats the map comment when injecting CSS)
  • node updated to 18.18.2
  • npm updated to 9.8.1
  • Django remains at 4.2.7
  • CSP rules for style sheets have several changes:
    • Rules are now sha256 hashes, because Chrome prints the sha256 hash for rejected inline content.
    • A rule is added when the map comment ends in ...css.map*/ (when served as file) and ...css.map */ (when injected as inline content).
    • A rule is added for the empty string, since next injects empty <style> elements before adding content.
  • MPP-3583 is fixed

What's Changed

Full Changelog: 2023.11.08...2023.11.08.8

Don't miss a new fx-private-relay release

NewReleases is sending notifications on new releases.