Skip to content

Commit

Permalink
Remove invalid CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Feb 28, 2024
1 parent fc2b737 commit abe529d
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 59 deletions.
114 changes: 57 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"john": {
"catchphrase": "Cloud Wrangler",
"body": "Software Architect. Spezialisiert auf Agile Prozesse, CI/CD Lösungen, Infrastructure as Code und Cloud-Native Entwicklung."
"body": "Software Architekt. Spezialisiert auf Agile Prozesse, CI/CD Lösungen, Infrastructure as Code und Cloud-Native Entwicklung."
},
"denis": {
"catchphrase": "Cloud Composer",
Expand Down
1 change: 0 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const config = {
'style-src': ['unsafe-inline', 'self'],
'img-src': ['self', 'data:'],
'font-src': ['self', 'data:'],
'connect-src': ['*'],
'object-src': ['none'],
'frame-ancestors': ['none'],
'base-uri': ['none'],
Expand Down

0 comments on commit abe529d

Please sign in to comment.