Skip to content

Commit

Permalink
ancestors
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Nov 14, 2023
1 parent 9712f62 commit f04070f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/aurora/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,9 @@ def show_ddt(request): # pragma: no-cover
"csp.middleware.CSPMiddleware",
]
CSP_DEFAULT_SRC = SOURCES
CSP_FRAME_ANCESTORS = ("'none'",)
CSP_FRAME_ANCESTORS = (
"'self'",
)
# CSP_SCRIPT_SRC = SOURCES
# CSP_STYLE_SRC = (
# "'self'",
Expand Down

0 comments on commit f04070f

Please sign in to comment.