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
merge-requests/2/merge
Marcin Rataj 2018-07-02 12:33:44 +02:00
parent 6dd5f510df
commit efd5dbfcf9
No known key found for this signature in database
GPG Key ID: 222B6784D5A79E42
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -28,7 +28,7 @@ function checkGateways (gateways) {
gateways.forEach((gateway) => { gateways.forEach((gateway) => {
const gatewayAndHash = gateway.replace(':hash', hashToTest) const gatewayAndHash = gateway.replace(':hash', hashToTest)
// opt-out from gateway redirects done by browser extension // 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) fetch(testUrl)
.then(res => res.text()) .then(res => res.text())
.then((text) => { .then((text) => {