Skip to content

Commit

Permalink
Fix: allow unsafe-inline for style-src (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Apr 20, 2023
2 parents a997078 + 9bdef24 commit b0c31c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benefits/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def _filter_empty(ls):

CSP_STYLE_SRC = [
"'self'",
"'unsafe-inline'",
"https://california.azureedge.net/",
"https://fonts.googleapis.com/css",
]
Expand Down

0 comments on commit b0c31c6

Please sign in to comment.