Skip to content

Commit

Permalink
🚑[#242] fix CSP breaking schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Sep 10, 2024
1 parent 49a4c12 commit bf378ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/openklant/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@
# Django-Admin-Index
#
ADMIN_INDEX_SHOW_REMAINING_APPS_TO_SUPERUSERS = True

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

0 comments on commit bf378ee

Please sign in to comment.