Skip to content

Commit

Permalink
Merge pull request #8 from kendraio/withlist-baserow-api
Browse files Browse the repository at this point in the history
fix whitelist baserow and add comment for URL
  • Loading branch information
gsambrotta authored Apr 3, 2024
2 parents 42ae87b + 7f560b5 commit 806a330
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/destinationAllowlist.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Kendraio CORS proxy allowed destinations

# One url per line
# One hostname per line, NOT a URL path
# Any content after the first space is removed (So make sure there is no space in front of your url)
# The rule checker expects a valid hostname only, not a full path - it must not specify http or https protocol.


app.kendra.io # For testing
Expand All @@ -25,4 +26,4 @@ api-inference.huggingface.co # ML model API
disease.sh # New Covid-19 data source
www.googleapis.com # For YouTube and Google Drive etc
kendraio-dev-shop.myshopify.com # Shopify Store for testing purpose
https://api.baserow.io/api # baserow db API
api.baserow.io # Baserow database API

0 comments on commit 806a330

Please sign in to comment.