Skip to content

Commit

Permalink
chore: silent saml CSP warning
Browse files Browse the repository at this point in the history
We handle CSP manually.
  • Loading branch information
nijel committed Oct 11, 2024
1 parent 6d8a385 commit bcd716b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weblate_web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@
{"LANGUAGE_BIDI": False},
]

SAML_CSP_HANDLER = ""
SAML_ATTRIBUTE_MAPPING = {
"username": ("username",),
"email": ("email",),
Expand Down

0 comments on commit bcd716b

Please sign in to comment.