From b568688a5a4487fb640370f34cc3e2f48467d02b Mon Sep 17 00:00:00 2001 From: Peter Hoyes Date: Mon, 20 Aug 2018 19:30:53 +0100 Subject: [PATCH] Include app.box.com and api.box.com in broken list #313 --- internal/token.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/token.go b/internal/token.go index be4db2c..aeef381 100644 --- a/internal/token.go +++ b/internal/token.go @@ -102,6 +102,7 @@ var brokenAuthHeaderProviders = []string{ "https://api.soundcloud.com/", "https://api.twitch.tv/", "https://id.twitch.tv/", + "https://app.box.com/", "https://api.box.com/", "https://connect.stripe.com/", "https://login.mailchimp.com/",