Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Nov 10, 2023
2 parents 2824c01 + 9bfb350 commit 0dc8031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aurora/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,8 @@ def show_ddt(request): # pragma: no-cover
"csp.middleware.CSPMiddleware",
]
CSP_DEFAULT_SRC = SOURCES
CSP_FRAME_SRC = []
CSP_DEFAULT_SRC = ("'self'",)
CSP_FRAME_ANCESTORS = ("'none'",)
# CSP_SCRIPT_SRC = SOURCES
# CSP_STYLE_SRC = (
# "'self'",
Expand Down

0 comments on commit 0dc8031

Please sign in to comment.