Skip to content

Commit

Permalink
fix(middlware): add middleware to prevent clickjacking
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Aug 13, 2024
1 parent debbd84 commit 8e32ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis_acdhch_default_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"csp.middleware.CSPMiddleware",
"crum.CurrentRequestUserMiddleware",
]
Expand Down

0 comments on commit 8e32ac5

Please sign in to comment.