Skip to content

Commit

Permalink
fixup! mozillaGH-36 Update settings for multi-policy support
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanYoung committed May 25, 2022
1 parent cdd9bb7 commit fb8be39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csp/conf/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _handle_legacy_settings(csp, allow_legacy):

if not allow_legacy:
raise ImproperlyConfigured(
"Settings CSP_POLICY_DEFINITIONS is not allowed with following "
"Setting CSP_POLICY_DEFINITIONS is not allowed with the following "
"deprecated settings: %s" % ", ".join(legacy_names)
)

Expand Down

0 comments on commit fb8be39

Please sign in to comment.