Skip to content

v2025.04.09.0

Latest
Compare
Choose a tag to compare
@flozz flozz released this 09 Apr 14:12
· 2 commits to master since this release
dae6e7c

⚠️ Breaking changes

  • SVN Support dropped, SVN_LD_LIBRARY_PATH option removed

Important changes

New settings are available.

Web settings:

# If True, redirects all non-HTTPS requests to HTTPS
SECURE_SSL_REDIRECT=True

# A list of trusted origins for unsafe requests.
#
# /!\ IF SET, IT SHOULD ALSO CONTAIN THE DOMAINS WHERE THE APP IS AVAILABLE.
#
# The setting also supports subdomains, so you could add `https://*.example.com`,
# for example, to allow access from all subdomains of `example.com`. Multiple
# domains must be separated by a comma: `https://example1.com,https://example2.com`.
#
# See: https://docs.djangoproject.com/en/5.1/ref/settings/#csrf-trusted-origins
CSRF_TRUSTED_ORIGINS=

Database settings:

# Controls if the database needs a secure connection with the app
DATABASE_SSLMODE=True

All changes

mozilla/pontoon@5e90a8a...bdd74fa