Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Hotfix: disable autoescape by default when rendering Jinja2 templates #8394

Merged
merged 2 commits into from
Sep 24, 2020

Commits on Sep 24, 2020

  1. Disable autoescape by default when rendering Jinja2 templates

    templates from False to True. This caused some bugs, noticiably around
    redirect URLs being escaped in SAML2 auth confirmation templates, causing
    those URLs to break.
    
    This change returns the previous behaviour as it stood. We may want to
    look at each template individually and see whether autoescaping is a good
    idea at some point, but for now lets just fix the breakage.
    anoadragon453 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b536468 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    anoadragon453 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c162c35 View commit details
    Browse the repository at this point in the history