Skip to content

Commit

Permalink
fix: remove unused third party sources from CSP settings
Browse files Browse the repository at this point in the history
Closes: #82
  • Loading branch information
b1rger committed Dec 11, 2024
1 parent 8e0213a commit 9575569
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apis_acdhch_default_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,11 @@
"'unsafe-inline'",
"cdnjs.cloudflare.com",
"cdn.jsdelivr.net",
"fonts.googleapis.com",
"ajax.googleapis.com",
"cdn.rawgit.com",
"*.acdh.oeaw.ac.at",
"unpkg.com",
"fonts.gstatic.com",
"cdn.datatables.net",
"code.highcharts.com",
"*.acdh-dev.oeaw.ac.at",
"*.acdh.oeaw.ac.at",
"openstreetmap.org",
"*.openstreetmap.org",
)
CSP_FRAME_SRC = ("sennierer.github.io",)

# django-crispy-forms settings
# https://django-crispy-forms.readthedocs.io/en/latest/install.html#template-packs
Expand Down

0 comments on commit 9575569

Please sign in to comment.