Skip to content

Commit

Permalink
feat: add new graphql url to headers (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr authored Nov 26, 2024
1 parent 345f4fd commit c500962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
[headers.values]
Access-Control-Allow-Origin = '''
https://app.govgen.io,
https://graphq-mainnet.govgen.io
https://graphql-mainnet.govgen.io
https://gh-discuss.govgen.io
https://graphql-govgen-mainnet.allinbits.services/v1/graphql
https://app.govgen.dev,
https://staging.govgen.dev,
https://graphq-devnet.govgen.dev
https://graphql-devnet.govgen.dev
https://gh-discuss.devnet.govgen.dev
https://githubusercontent.com
https://avatars.githubusercontent.com
'''
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
Content-Security-Policy = "default-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; img-src 'self' data: https:; connect-src https://graphql-mainnet.govgen.io/v1/graphql https://graphql-devnet.govgen.dev/v1/graphql https://rpc.govgen.io https://rpc.govgen.dev https://gh-discuss.devnet.govgen.dev https://plausible.io/api/event githubusercontent.com *.githubusercontent.com"
Content-Security-Policy = "default-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; img-src 'self' data: https:; connect-src https://graphql-govgen-mainnet.allinbits.services/v1/graphql https://graphql-mainnet.govgen.io/v1/graphql https://graphql-devnet.govgen.dev/v1/graphql https://rpc.govgen.io https://rpc.govgen.dev https://gh-discuss.devnet.govgen.dev https://plausible.io/api/event githubusercontent.com *.githubusercontent.com"
X-Frame-Options = "SAMEORIGIN"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin"
Expand Down

0 comments on commit c500962

Please sign in to comment.