Skip to content

Commit

Permalink
fix: allow locally-running functions to access files.slack.com
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Jul 30, 2024
1 parent 56f53ef commit d84c3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/local-run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const getCommandline = function (
} else {
allowedDomains.push("slack.com");
allowedDomains.push("api.slack.com");
allowedDomains.push("files.slack.com");
}
// Add deno.land to allow uncached remote deps
allowedDomains.push("deno.land");
Expand Down

0 comments on commit d84c3db

Please sign in to comment.