Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tilman authored Jun 2, 2024
1 parent 91deb46 commit 38d58f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,15 @@ module.exports = ({ env }) => [
"'self'",
"data:",
"blob:",
env("CF_PUBLIC_ACCESS_URL").replace(/^https?:\/\//, ""),
"market-assets.strapi.io",
env("CF_PUBLIC_ACCESS_URL") ? env("CF_PUBLIC_ACCESS_URL").replace(/^https?:\/\//, "") : "",
],
"media-src": [
"'self'",
"data:",
"blob:",
env("CF_PUBLIC_ACCESS_URL").replace(/^https?:\/\//, ""),
"market-assets.strapi.io",
env("CF_PUBLIC_ACCESS_URL") ? env("CF_PUBLIC_ACCESS_URL").replace(/^https?:\/\//, "") : "",
],
upgradeInsecureRequests: null,
},
Expand Down

0 comments on commit 38d58f3

Please sign in to comment.