Skip to content

Commit

Permalink
add fontawesome cdn to font_src directive for CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Dec 11, 2023
1 parent 6469e14 commit 2832a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@

CSP_FONT_SRC = (
"'self'",
"cdnjs.cloudflare.com",
"data:",
)

Expand Down

0 comments on commit 2832a8f

Please sign in to comment.