Skip to content

Commit

Permalink
Changed middlewate config
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Andrew Hinchey <[email protected]>
  • Loading branch information
ChrisHinchey committed Aug 24, 2023
1 parent 196d2b6 commit 54d3e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/middlewares.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ module.exports = [
'data:',
'blob:',
'dl.airtable.com',
'saf-site.s3.us-east-1.amazonaws.com',
'*.amazonaws.com',
],
'media-src': [
"'self'",
'data:',
'blob:',
'dl.airtable.com',
'saf-site.s3.us-east-1.amazonaws.com',
'*.amazonaws.com',
],
upgradeInsecureRequests: null,
},
Expand Down

0 comments on commit 54d3e5f

Please sign in to comment.