Skip to content

Commit

Permalink
fix: Allowlist URLs through manifest for Preview links with Smart Chi…
Browse files Browse the repository at this point in the history
…ps (#441)
  • Loading branch information
vinay-google authored Feb 6, 2024
1 parent 57b6020 commit f1d4ad5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions solutions/add-on/book-smartchip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Preview links from Google Books with smart chips

See
https://developers.google.com/workspace/add-ons/samples/preview-links-google-books
for additional details.
5 changes: 4 additions & 1 deletion solutions/add-on/book-smartchip/appsscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"https://www.googleapis.com/auth/workspace.linkpreview",
"https://www.googleapis.com/auth/script.external_request"
],
"urlFetchWhitelist": [
"https://www.googleapis.com/books/v1/volumes/"
],
"addOns": {
"common": {
"name": "Preview Books Add-on",
Expand Down Expand Up @@ -37,4 +40,4 @@
]
}
}
}
}

0 comments on commit f1d4ad5

Please sign in to comment.