Skip to content

Commit

Permalink
Add custom HTTP headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lucydodo authored and justinclift committed Jun 29, 2024
1 parent 812e979 commit 7f2e8bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ const config = {
siteUrl: 'https://redash.io/',
},
pathPrefix: '/',
headers: [
{
source: '*',
headers: [
{
key: 'Content-Security-Policy',
value: 'frame-ancestors *;',
},
],
},
],
plugins: [
{
resolve: 'gatsby-source-filesystem',
Expand Down

0 comments on commit 7f2e8bc

Please sign in to comment.