diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index f1e067e6d1e4dd34aac7ddc92d6a4e29ee0be19f..976e4fa2ffb2a5a6a1109ed25a9ffa9932eb9b54 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -20,7 +20,7 @@ services: SDC_IMAGE_PROXY_PREFIX: https://images.hive.blog/ SDC_UPLOAD_IMAGE_URL: https://images.hive.blog SDC_HELMET_CONNECTSRC: "'self' http://hiveblog.local https://api.hive.blog https://images.hive.blog" - SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com" + SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com embed.redditmedia.com" volumes: - ./yarn.lock:/var/app/yarn.lock - ./package.json:/var/app/package.json diff --git a/docker-compose.localbuild.yml b/docker-compose.localbuild.yml index c3f44bd0e8369c7bd03bd6eee87b3361f6d239fd..181e65707208190dbb7e8b70a020adc07f7ca3d5 100644 --- a/docker-compose.localbuild.yml +++ b/docker-compose.localbuild.yml @@ -11,8 +11,8 @@ services: SDC_SITE_DOMAIN: hive.blog SDC_IMAGE_PROXY_PREFIX: https://images.hive.blog/ SDC_UPLOAD_IMAGE_URL: https://images.hive.blog - SDC_HELMET_CONNECTSRC: "'self' hive.blog https://hive.blog https://api.hive.blog https://anyx.io api.blocktrades.us https://images.hive.blog" - SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com" + SDC_HELMET_CONNECTSRC: "'self' hive.blog https://hive.blog https://api.hive.blog https://anyx.io api.blocktrades.us https://images.hive.blog https://hivebuzz.me https://peakd.com" + SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com embed.redditmedia.com" WALLET_URL: https://wallet.hive.blog networks: - reverse-proxy diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index af704202320a617f97d740d7fd92d52f90a0f3b2..c1f0e901dc20e47874bf15a0652e6e2db6e3687a 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -30,8 +30,8 @@ services: SDC_IMAGE_PROXY_PREFIX: https://images.hive.blog/ SDC_UPLOAD_IMAGE_URL: https://images.hive.blog SDC_ALT_API_ENDPOINTS: "https://api.hive.blog https://anyx.io https://api.openhive.network https://api.hivekings.com" - SDC_HELMET_CONNECTSRC: "'self' hive.blog https://hive.blog https://images.hive.blog https://api.hive.blog https://anyx.io https://api.openhive.network https://api.hivekings.com" - SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com" + SDC_HELMET_CONNECTSRC: "'self' hive.blog https://hive.blog https://images.hive.blog https://api.hive.blog https://anyx.io https://api.openhive.network https://api.hivekings.com https://hivebuzz.me https://peakd.com" + SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com embed.redditmedia.com" WALLET_URL: https://wallet.hive.blog networks: - reverse-proxy diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index 44b20332fd984cb131b0766c9e3af4efe6bb26ff..9ad7cdcc837213657b6411d4fc46c88d185e318d 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -13,8 +13,8 @@ services: SDC_SITE_DOMAIN: staging-blog.hive.io SDC_IMAGE_PROXY_PREFIX: https://images.hive.blog/ SDC_UPLOAD_IMAGE_URL: https://images.hive.blog - SDC_HELMET_CONNECTSRC: "'self' https://api.hive.blog https://staging.hive.blog https://images.hive.blog https://anyx.io" - SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com" + SDC_HELMET_CONNECTSRC: "'self' https://api.hive.blog https://staging.hive.blog https://images.hive.blog https://anyx.io https://api.openhive.network https://api.hivekings.com https://hivebuzz.me https://peakd.com" + SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com embed.redditmedia.com" WALLET_URL: https://wallet.hive.blog networks: - reverse-proxy