From efd5dbfcf951e71d5b801bf444756e24b446c035 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 2 Jul 2018 12:33:44 +0200 Subject: [PATCH] fix: update redirect opt-out symbol to final version This was shipped with https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.4.0.10120 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index cea7eaa9..4f3aa665 100644 --- a/app.js +++ b/app.js @@ -28,7 +28,7 @@ function checkGateways (gateways) { gateways.forEach((gateway) => { const gatewayAndHash = gateway.replace(':hash', hashToTest) // opt-out from gateway redirects done by browser extension - const testUrl = gatewayAndHash + '#x-ipfs-no-redirect' + const testUrl = gatewayAndHash + '#x-ipfs-companion-no-redirect' fetch(testUrl) .then(res => res.text()) .then((text) => {