Skip to content

Commit

Permalink
Enable autoescaping by default, to fix freeipa#44
Browse files Browse the repository at this point in the history
  • Loading branch information
mscherer committed Sep 14, 2015
1 parent d896089 commit a89a18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freeipa_community_portal/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@


TEMPLATE_ENV = jinja2.Environment(
autoescape=True,
loader=jinja2.PackageLoader('freeipa_community_portal', 'templates'))


Expand Down

0 comments on commit a89a18e

Please sign in to comment.