Skip to content

Commit

Permalink
Merge pull request #244 from maykinmedia/bug/242-schema-API-broken
Browse files Browse the repository at this point in the history
🚑[#242] fix CSP breaking schema
  • Loading branch information
bart-maykin authored Sep 10, 2024
2 parents 49a4c12 + bf378ee commit 5537d8d
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 5537d8d

Please sign in to comment.