Skip to content

Commit bff91b7

Browse files
authored
Update middlewares.md (#1663)
Update 'dl.airtable.com' on 'https://market-assets.strapi.io'
1 parent 83640f1 commit bff91b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus/docs/dev-docs/configurations/middlewares.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ When using any 3rd party upload provider, generally it's required to set a custo
732732
:::
733733

734734
:::note
735-
The default directives include a `dl.airtable.com` value. This value is set for the [in-app market](/user-docs/plugins/installing-plugins-via-marketplace) and is safe to keep.
735+
The default directives include a `https://market-assets.strapi.io` value. This value is set for the [in-app market](/user-docs/plugins/installing-plugins-via-marketplace) and is safe to keep.
736736
:::
737737

738738
<details>
@@ -757,14 +757,14 @@ module.exports = [
757757
"'self'",
758758
'data:',
759759
'blob:',
760-
'dl.airtable.com',
760+
'https://market-assets.strapi.io',
761761
'yourBucketName.s3.yourRegion.amazonaws.com',
762762
],
763763
'media-src': [
764764
"'self'",
765765
'data:',
766766
'blob:',
767-
'dl.airtable.com',
767+
'https://market-assets.strapi.io',
768768
'yourBucketName.s3.yourRegion.amazonaws.com',
769769
],
770770
upgradeInsecureRequests: null,
@@ -795,14 +795,14 @@ export default [
795795
"'self'",
796796
'data:',
797797
'blob:',
798-
'dl.airtable.com',
798+
'https://market-assets.strapi.io',
799799
'yourBucketName.s3.yourRegion.amazonaws.com',
800800
],
801801
'media-src': [
802802
"'self'",
803803
'data:',
804804
'blob:',
805-
'dl.airtable.com',
805+
'https://market-assets.strapi.io',
806806
'yourBucketName.s3.yourRegion.amazonaws.com',
807807
],
808808
upgradeInsecureRequests: null,

0 commit comments

Comments
 (0)