Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
MarkCalvert committed Jul 19, 2023
1 parent bc3a961 commit fae0685
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ckanext/fortify/anti_csrf.py
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@

domain = config.get('ckan.fortify.csrf_domain', '')

RAW_RENDER = base.render
RAW_RENDER_JINJA = base.render_jinja2
#RAW_BEFORE = base.BaseController.__before__

""" Used as the cookie name and input field name.
"""
TOKEN_FIELD_NAME = 'token'

0 comments on commit fae0685

Please sign in to comment.