Skip to content

Commit

Permalink
feat: add SecurityMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Jun 8, 2023
1 parent 12f5cc7 commit 117badf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
# Common middlewares
"django.middleware.common.CommonMiddleware",
"django.middleware.locale.LocaleMiddleware",
"django.middleware.security.SecurityMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",

# Only needed by django admin
Expand Down

0 comments on commit 117badf

Please sign in to comment.