Skip to content

Commit

Permalink
Set initial CSP_EXCLUDE_URL_PREFIXES value in base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Sep 17, 2024
1 parent 5537d8d commit 83b536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openklant/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#
ADMIN_INDEX_SHOW_REMAINING_APPS_TO_SUPERUSERS = True

CSP_EXCLUDE_URL_PREFIXES += (
CSP_EXCLUDE_URL_PREFIXES = (
"/contactgegevens/api/v1/schema/",
"/klantinteracties/api/v1/schema/",
)

0 comments on commit 83b536c

Please sign in to comment.