Skip to content

Commit

Permalink
Fix: add to CSP_FRAME_SRC (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Oct 10, 2024
2 parents bd57f55 + 4905621 commit 158e1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def RUNTIME_ENVIRONMENT():
if RECAPTCHA_ENABLED:
env_frame_src.append("https://www.google.com")
if len(env_frame_src) > 0:
CSP_FRAME_SRC = env_frame_src
CSP_FRAME_SRC.extend(env_frame_src)

CSP_IMG_SRC = [
"'self'",
Expand Down

0 comments on commit 158e1b0

Please sign in to comment.