Skip to content

Commit

Permalink
Removed example cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Dec 19, 2024
1 parent 1215d5b commit 081a1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morphodict/site/securemiddleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
csp = (
ContentSecurityPolicy()
.default_src("'self'", "speech-db.altlab.app")
.script_src("'self'", "cdn.example.com")
.script_src("'self'")
.style_src("'self'", "fonts.googleapis.com", "'unsafe-inline'")
.img_src("'self'")
.connect_src("'self'", "speech-db.altlab.app")
Expand Down

0 comments on commit 081a1a4

Please sign in to comment.