Skip to content

Commit

Permalink
Allow requests to both slack.com and api.slack.com when running in lo…
Browse files Browse the repository at this point in the history
…cal mode.
  • Loading branch information
Filip Maj committed Dec 4, 2023
1 parent 97cf8f5 commit 5f20eb9
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 @@ -74,6 +74,7 @@ export const getCommandline = function (
allowedDomains.push(devDomain);
} else {
allowedDomains.push("slack.com");
allowedDomains.push("api.slack.com");
}
// Add deno.land to allow uncached remote deps
allowedDomains.push("deno.land");
Expand Down

0 comments on commit 5f20eb9

Please sign in to comment.