From d95de24df5277c795745492bc059e2ca59b6df09 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 10 Apr 2018 22:14:10 -0700 Subject: [PATCH] add note about ad blockers / tracker blockers [skip ci] --- routes/_actions/addInstance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_actions/addInstance.js b/routes/_actions/addInstance.js index 9fabce8f..0eba16e0 100644 --- a/routes/_actions/addInstance.js +++ b/routes/_actions/addInstance.js @@ -46,7 +46,7 @@ export async function logInToInstance () { console.error(err) let error = `${err.message || err.name}. ` + (navigator.onLine - ? `Is this a valid Mastodon instance?` + ? `Is this a valid Mastodon instance? Is a browser extension blocking the request?` : `Are you offline?`) store.set({ logInToInstanceError: error,