Skip to content

Commit

Permalink
Disable TRACK/TRACE methods
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Jan 17, 2024
1 parent ebca7ef commit d718121
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
8.8.0 TMMA-499: Update jQuery & disable TRACK/TRACE methods
TMMA-498: Upgrade mysql-connector-python
Apply python dependency updates

8.7.0 TMMA-494: Add support PubMed formatted files without a leading blank line
Apply python dependency updates

Expand Down
1 change: 1 addition & 0 deletions deploy/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def setup_apache(env="dev", use_local_mode=False, project_dir=PROJECT_ROOT):

apache_conf = """
Header set X-Frame-Options "DENY"
TraceEnable off
WSGIScriptAlias / /usr/local/projects/temmpo/lib/%(env)s/src/temmpo/temmpo/wsgi.py
# WSGIPythonHome /usr/local/projects/temmpo/bin/python3
Expand Down

0 comments on commit d718121

Please sign in to comment.