Skip to content

Commit

Permalink
Fix STYLE -> DEFAULT for debug CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Oct 12, 2024
1 parent 4466133 commit 2971ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshdb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"http://127.0.0.1",
]

CSP_STYLE_SRC += [
CSP_DEFAULT_SRC += [
"*",
]

Expand Down

0 comments on commit 2971ab5

Please sign in to comment.