Skip to content

Commit

Permalink
fixup! mozillaGH-36 Update tests to use new multi-policy format
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanYoung committed May 25, 2022
1 parent 2628ac4 commit 16b0e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csp/tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

CSP_POLICY_DEFINITIONS = {
'default': {
'default-src': ("'self'",),
'report_only': False,
'include_nonce_in': ('default-src',),
},
'report': {
'report_only': True,
Expand Down

0 comments on commit 16b0e49

Please sign in to comment.