Skip to content

Commit

Permalink
fix: #1997 updated control list for docs proxy (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Jul 9, 2020
1 parent 2c5a537 commit 55271c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-docs-lamda/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios from 'axios'
export const API_DOCS_URL = 'https://foundations-documentation.reapit.cloud'
// List of domains I allow to load in an iframe
export const CONTENT_SECURITY_WHITELIST =
'http://localhost:8080 https://marketplace.reapit.cloud https://dev.marketplace.reapit.cloud'
'http://localhost:8080 https://marketplace.reapit.cloud https://dev.marketplace.reapit.cloud https://dev.developers.reapit.cloud https://developers.reapit.cloud'

export const apiDocsHandler = async () => {
try {
Expand Down

0 comments on commit 55271c4

Please sign in to comment.